fix: make ntp check script executable #19

Merged
unkinben merged 1 commits from neoloc/consul_ntp_script into develop 2024-06-03 20:24:56 +10:00
Showing only changes of commit 6822a39dc3 - Show all commits

View File

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