]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Redirecting again domain-check output
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Dec 2011 18:39:07 +0000 (16:39 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Dec 2011 18:39:07 +0000 (16:39 -0200)
manifests/subsystems/domain.pp

index 337fd0e9234f8d9afd7a43bca648fc2dad08f5c2..eb3551f963b2a190d5447311c41f637a7469ca74 100644 (file)
@@ -27,7 +27,7 @@ class domain {
     }
 
     cron { "domain-check-${name}":
-      command  => $command,
+      command  => "$command >/dev/null 2>&1",
       user     => root,
       hour     => $hour,
       minute   => $minute,