changed mode on script
This commit is contained in:
parent
a092cefca6
commit
fd836c8480
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ class rut::controller_nrpe {
|
||||||
file { "/usr/lib/nagios/plugins/check_rut_pods.sh":
|
file { "/usr/lib/nagios/plugins/check_rut_pods.sh":
|
||||||
ensure => "file",
|
ensure => "file",
|
||||||
content => template("rut/check_rut_pods.sh.erb")
|
content => template("rut/check_rut_pods.sh.erb")
|
||||||
|
mode => '0755',
|
||||||
}
|
}
|
||||||
|
|
||||||
user { 'nagios':
|
user { 'nagios':
|
||||||
|
|
Loading…
Add table
Reference in a new issue