changed mode on script
This commit is contained in:
parent
fd836c8480
commit
70acff31bd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,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',
|
mode => '0755',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue