summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
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,