diff options
author | mh <mh@immerda.ch> | 2008-04-24 11:23:57 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-04-24 11:23:57 +0000 |
commit | 9e27378e4f43612c8dfe3ed6dc93fc2c2d37d47e (patch) | |
tree | 1d6e6b90419bdf8ed226f9e6a38e23b661f85e6d /manifests | |
parent | 60a9245d46f4536dc28ead99103c69779e8a6392 (diff) |
removed hasstatus
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index f1432ab..ace5939 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -52,7 +52,7 @@ class puppet::linux { service{'puppet': ensure => running, enable => true, - hasstatus => true, + #hasstatus => true, require => Package[puppet], } |