diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 1177318..a82b91a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -51,11 +51,6 @@ class puppet::linux { service{'puppet': ensure => running, require => Package[puppet], - hasstatus => $operatingsystem ? { - gentoo => false, - default => true, - }, - hasrestart => true, } file{'/etc/cron.d/puppetd': |