changed mode on script

This commit is contained in:
Rasmus Thorslund 2025-04-07 10:02:47 +02:00
parent fd836c8480
commit 70acff31bd
No known key found for this signature in database
GPG key ID: 502D33332E9E305D

View file

@ -5,7 +5,7 @@ class rut::controller_nrpe {
file { "/usr/lib/nagios/plugins/check_rut_pods.sh":
ensure => "file",
content => template("rut/check_rut_pods.sh.erb")
content => template("rut/check_rut_pods.sh.erb"),
mode => '0755',
}