summaryrefslogtreecommitdiff
path: root/manifests/puppetd.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-25 18:16:38 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-25 18:16:38 -0200
commit3852e4125b64b6a44a2a87198aadc38ee722dcf2 (patch)
tree555a048f896709738aad82267c00ea45d03a1d84 /manifests/puppetd.pp
parent54c9bab15367265262d9b32f1f5e5b3ea0553702 (diff)
downloadpuppet-puppet-3852e4125b64b6a44a2a87198aadc38ee722dcf2.tar.gz
puppet-puppet-3852e4125b64b6a44a2a87198aadc38ee722dcf2.tar.bz2
Removing cron package definition as it belongs to cron module
Diffstat (limited to 'manifests/puppetd.pp')
-rw-r--r--manifests/puppetd.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/puppetd.pp b/manifests/puppetd.pp
index f7dab0f..c35410a 100644
--- a/manifests/puppetd.pp
+++ b/manifests/puppetd.pp
@@ -1,8 +1,6 @@
# handles puppetd service
class puppetd inherits puppet {
- package { "cron": ensure => installed, }
-
package { "puppet":
ensure => installed,
require => Package["cron"],