diff options
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index b8f0941..556486b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -33,6 +33,8 @@ class puppet::linux { service{'puppet': ensure => running, require => Package[puppet], + hasstatus => true, + hasrestart => true, } } class puppet::openbsd { |