diff options
author | mh <mh@immerda.ch> | 2008-02-29 16:39:51 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-02-29 16:39:51 +0000 |
commit | 06ad6c122b7aae3d8a285d1872664c48bbda03fe (patch) | |
tree | e74a50848c80217b2390912c90cc96875b9204ae /manifests | |
parent | a3862ace9564917cec4c6b68f5391aaa022751b4 (diff) |
removed status
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 1177318..a82b91a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -51,11 +51,6 @@ class puppet::linux { service{'puppet': ensure => running, require => Package[puppet], - hasstatus => $operatingsystem ? { - gentoo => false, - default => true, - }, - hasrestart => true, } file{'/etc/cron.d/puppetd': |