changed mode on script

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

View file

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