example42 / puppet-nagios

Puppet module for Nagios
Other
4 stars 18 forks source link

htpassword file incorrect on Redhat #29

Open ghost opened 10 years ago

ghost commented 10 years ago

Right now, htpasswdfile on Redhat defaults to /etc/nagios/htpasswd.users. Instead, it should be /etc/nagios/passwd.

[root@puppet-dev httpd]# rpm -qf /etc/nagios/passwd 
nagios-3.5.1-1.el6.x86_64
[root@puppet-dev httpd]# rpm -q --filesbypkg nagios | grep passwd
nagios                    /etc/nagios/passwd
alvagante commented 10 years ago

Fix welcomed.