Nothing restarts apache after installing the config file for nagios

Bug #1090352 reported by Ian Wells
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cisco Openstack
Fix Released
Undecided
Unassigned
Folsom
Fix Released
Medium
Ian Wells

Bug Description

    file { "/etc/nagios3/apache2.conf":
        notify => Service["nagios3"],
        ensure => present,
        owner => "root",
        group => "root",
        mode => 0644,
        source => "puppet:///modules/nagios/apache2.conf",
        require => Package["nagios3"],
    }

... but it's not the nagios service that requires restarting. Also, I'm not sure that this guarantees the presence of a link into sites-enabled.

Revision history for this message
Mark T. Voelker (mvoelker) wrote :

Fixing the notify should be fairly straightforward. I'm setting this to incomplete for the moment because of the second point you make: you're not sure if this gets a link into sites-enabled. Can you please verify whether it does or not and update the bug so we have the info necessary to work on a fix?

Revision history for this message
Chris Ricker (chris-ricker) wrote :

The new nagios setup code committed by https://github.com/CiscoSystems/folsom-manifests/pull/39 eliminates this

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.