fix: make ntp check script executable
This commit is contained in:
parent
76fc6b9fa1
commit
6822a39dc3
@ -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'),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user