summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-02-29 16:27:17 +0000
committermh <mh@immerda.ch>2008-02-29 16:27:17 +0000
commitc68aabbf34fe7e9bf37375dcc3792697f0174d02 (patch)
tree5a5780dd707641ad5f3f1fa8bee6602593b2de67 /manifests/init.pp
parentf262354320b6203d509c4695b31042c22a3a9bd7 (diff)
fixed some typo
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 9b6550f..5d19971 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -55,6 +55,14 @@ class puppet::linux {
hasrestart => true,
}
+ case $operatingsystem {
+ gentoo: {
+ Service[puppet]{
+ hasstatus => false
+ }
+ }
+ }
+
file{'/etc/cron.d/puppetd':
owner => root,
group => 0,