summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-19 15:49:26 +0000
committermh <mh@immerda.ch>2008-07-19 15:49:26 +0000
commit89c06549397d6d52a16b25a0cf3b8d37a303dc77 (patch)
treead69e65be181baf1a630eb8259d4415393045395 /manifests/init.pp
parent9fe36ea62376c14af88096babcb8bdf546298a04 (diff)
improved cron to restart the puppet daemon every second day, to avoid high memory usage
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp7
1 files changed, 2 insertions, 5 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 5360cfe..3454856 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -50,11 +50,8 @@ class puppet {
}
class puppet::linux {
- package{'puppet':
- ensure => present,
- }
-
- package{'facter':
+ # package bc needed for cron
+ package{ [ 'puppet', 'facter', 'bc' ]:
ensure => present,
}