mirror of https://github.com/zulip/zulip.git
Fix permissions on Nagios plugins.
(imported from commit 7d1feb1430ca897a478c376fb5fe623e10040261)
This commit is contained in:
parent
1ab3918338
commit
8f90f4ed6c
|
@ -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':
|
||||||
|
|
Loading…
Reference in New Issue