diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/gentoo.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/gentoo.pp b/manifests/gentoo.pp index 5c9b174..1fed53d 100644 --- a/manifests/gentoo.pp +++ b/manifests/gentoo.pp @@ -5,8 +5,4 @@ class puppet::gentoo inherits puppet::linux { Package[facter]{ category => 'dev-ruby', } - # as we use sometimes the init script to test - Service[puppet]{ - hasstatus => false, - } } |