diff options
-rw-r--r-- | manifests/linux.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/linux.pp b/manifests/linux.pp index f367f83..ebbedcb 100644 --- a/manifests/linux.pp +++ b/manifests/linux.pp @@ -22,6 +22,6 @@ class puppet::linux inherits puppet::base { source => [ "puppet://$server/modules/puppet/cron.d/puppetd.${operatingsystem}", "puppet://$server/modules/puppet/cron.d/puppetd" ], owner => root, group => 0, mode => 0644, - notify => service["cron"]; + notify => Service['cron']; } } |