]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Removing cron package definition as it belongs to cron module
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 25 Jan 2010 20:16:38 +0000 (18:16 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 25 Jan 2010 20:16:38 +0000 (18:16 -0200)
manifests/puppetd.pp

index f7dab0f041ac0517c498810714680e94117ca0d5..c35410ac28873648062f16c9626f234a6d4c06f6 100644 (file)
@@ -1,8 +1,6 @@
 # handles puppetd service
 class puppetd inherits puppet {
 
-  package { "cron": ensure  => installed, }
-
   package { "puppet":
    ensure  => installed,
    require => Package["cron"],