summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-02-29 14:32:48 +0000
committermh <mh@immerda.ch>2008-02-29 14:32:48 +0000
commitc7e0334a04e02f5202380c05b5ed48d06b541337 (patch)
tree6afb0ab6fd564e1cc037c8080fd7e21ecd62a88f /manifests/init.pp
parent001e6d7e5419d98a65399b4cdb0fe74b7031fa52 (diff)
rearranged some imports, added hasstatus, etc.
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index b8f0941..556486b 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -33,6 +33,8 @@ class puppet::linux {
service{'puppet':
ensure => running,
require => Package[puppet],
+ hasstatus => true,
+ hasrestart => true,
}
}
class puppet::openbsd {