#84 nagios: make referenced filenames match filesystem
Merged 3 years ago by tflink. Opened 3 years ago by tflink.

@@ -436,7 +436,7 @@

  - name: Build out nagios services templates

    template: src=nagios/services/{{item}}.j2 dest=/etc/nagios/services/{{item}} mode=0644 owner=root group=root

    with_items:

-     - mgmt-http.cfg

+     - phx2-mgmt.cfg.j2

    when: nagios_location == 'phx2_internal'

    tags:

    - nagios_server

The filename for a template didn't match the file that's in git. Fixed the filename in the playbook since the naming convention for the files seemed consistent.

This should have been part of PR #83 but I missed it

Build succeeded.

Pull-Request has been merged by tflink

3 years ago