diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/ntp/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ntp/manifests/init.pp b/modules/ntp/manifests/init.pp index 96f9d03a..3f9ecc14 100644 --- a/modules/ntp/manifests/init.pp +++ b/modules/ntp/manifests/init.pp @@ -4,7 +4,7 @@ class ntp { ensure => installed } - service { ntp: + service { ntpd: ensure => running, path => "/etc/init.d/ntpd", subscribe => [ Package["ntp"], File["ntp.conf"] ] |