From 28965d9ae497235b63d9858dd8f75072c0042637 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 18 Apr 2008 13:14:07 +0000 Subject: added status back --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) 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], } -- cgit v1.2.3