Merge pull request 'fix: make ntp check script executable' (#19) from neoloc/consul_ntp_script into develop

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/19
This commit is contained in:
Ben Vincent 2024-06-03 20:24:55 +10:00
commit 07c896b924

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'),
}
}