diff options
author | mh <mh@immerda.ch> | 2008-04-18 13:14:07 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-04-18 13:14:07 +0000 |
commit | 28965d9ae497235b63d9858dd8f75072c0042637 (patch) | |
tree | 596da6f26e52692fdd677d484d720d0b6d8b506b /manifests | |
parent | 6834d1c95236b8fffd0f4b26778247ecba533dc2 (diff) |
added status back
Diffstat (limited to 'manifests')
-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 26befd2..2fbaf4f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -51,6 +51,8 @@ class puppet::linux { service{'puppet': ensure => running, + enabled => true, + hasstatus => true, require => Package[puppet], } |