fix: make ntp check script executable #19
@ -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'),
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user