summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-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,
}