fix: make ntp check script executable

This commit is contained in:
Ben Vincent 2024-06-03 20:23:23 +10:00
parent 76fc6b9fa1
commit 6822a39dc3

View File

@ -40,7 +40,7 @@ class profiles::ntp::server (
ensure => 'file', ensure => 'file',
owner => 'root', owner => 'root',
group => 'root', group => 'root',
mode => '0644', mode => '0755',
content => template('profiles/ntp/check_ntp.sh.erb'), content => template('profiles/ntp/check_ntp.sh.erb'),
} }
} }