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 was merged in pull request #19.
This commit is contained in:
@@ -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'),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user