diff options
author | mh <mh@immerda.ch> | 2008-02-29 14:32:48 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-02-29 14:32:48 +0000 |
commit | c7e0334a04e02f5202380c05b5ed48d06b541337 (patch) | |
tree | 6afb0ab6fd564e1cc037c8080fd7e21ecd62a88f /manifests | |
parent | 001e6d7e5419d98a65399b4cdb0fe74b7031fa52 (diff) |
rearranged some imports, added hasstatus, etc.
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 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 { |