diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-25 18:16:38 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-25 18:16:38 -0200 |
commit | 3852e4125b64b6a44a2a87198aadc38ee722dcf2 (patch) | |
tree | 555a048f896709738aad82267c00ea45d03a1d84 | |
parent | 54c9bab15367265262d9b32f1f5e5b3ea0553702 (diff) | |
download | puppet-puppet-3852e4125b64b6a44a2a87198aadc38ee722dcf2.tar.gz puppet-puppet-3852e4125b64b6a44a2a87198aadc38ee722dcf2.tar.bz2 |
Removing cron package definition as it belongs to cron module
-rw-r--r-- | manifests/puppetd.pp | 2 |
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"], |