diff options
author | mh <mh@immerda.ch> | 2010-08-06 19:38:37 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-08-06 19:38:37 +0200 |
commit | 0380119a12ad77333320f7cdc6351019db694a38 (patch) | |
tree | ce0a7931458793aa7d0e6c5467707b99cb31448f | |
parent | 7d904841c15873db9ac1745f659d8464fd45f41a (diff) |
the gentoo package has a status
-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, - } } |