Fix permissions on Nagios plugins.

(imported from commit 7d1feb1430ca897a478c376fb5fe623e10040261)
This commit is contained in:
Tim Abbott 2013-05-30 10:57:49 -04:00
parent 1ab3918338
commit 8f90f4ed6c
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class humbug::base {
purge => false, purge => false,
owner => "root", owner => "root",
group => "root", group => "root",
mode => 644, mode => 755,
source => "puppet:///modules/humbug/nagios_plugins/", source => "puppet:///modules/humbug/nagios_plugins/",
} }
service { 'ssh': service { 'ssh':