]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Fix ensurables
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 28 Aug 2014 17:36:22 +0000 (14:36 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 28 Aug 2014 17:36:22 +0000 (14:36 -0300)
manifests/repo.pp

index a9ebd4f8aa79ab9d21983da99ca1f5de592fa3d3..30c31dd170148a7da39ea1f8a2334f68f74aa9fd 100644 (file)
@@ -19,7 +19,7 @@ class puppet::repo(
     owner   => gitolite,
     group   => gitolite,
     ensure  => $method ? {
-      'cron'  => present,
+      'cron'  => absent,
       default => $ensure,
     },
     source  => "puppet:///modules/puppet/post-update.sh",
@@ -32,7 +32,7 @@ class puppet::repo(
     group   => root,
     mode    => 0440,
     ensure  => $method ? {
-      'cron'  => present,
+      'cron'  => absent,
       default => $ensure,
     },
     source  => "puppet:///modules/puppet/sudoers",