]> gitweb.fluxo.info Git - puppet-cron.git/commitdiff
Minor fixes
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 25 Jan 2010 20:59:00 +0000 (18:59 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 25 Jan 2010 20:59:00 +0000 (18:59 -0200)
manifests/init.pp

index 7d89b045179a49cbc960b11593b72d7847628cac..3319a626a7524359bedd74d24a9c14606bd4840f 100644 (file)
@@ -6,7 +6,8 @@ class cron {
   service{ 'cron':
       ensure    => running,
       enable    => true,
-      hasstatus => true,
+      hasstatus => false,
+      pattern   => "/usr/sbin/cron",
       require   => Package['cron'],
   }
 }