summaryrefslogtreecommitdiff
path: root/manifests/cron/openbsd.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-01-06 22:29:53 +0000
committermh <mh@immerda.ch>2009-01-06 22:29:53 +0000
commitea7261d766263af13b881d84390fbf1b217356c2 (patch)
tree712459e145982d57ebc1ed93a64ed8389e181367 /manifests/cron/openbsd.pp
parent581fb04cc97743c68bde8407c46caf4e0eddbba5 (diff)
merged with puzzle
Diffstat (limited to 'manifests/cron/openbsd.pp')
-rw-r--r--manifests/cron/openbsd.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/cron/openbsd.pp b/manifests/cron/openbsd.pp
index b095e3b..8337e22 100644
--- a/manifests/cron/openbsd.pp
+++ b/manifests/cron/openbsd.pp
@@ -14,7 +14,7 @@ class puppet::cron::openbsd inherits puppet::openbsd {
}
cron { 'puppetd_run':
- command => "/usr/local/bin/puppetd --onetime --no-daemonize --splay true --config=$puppet_config",
+ command => "/usr/local/bin/puppetd --onetime --no-daemonize --splay --config=$puppet_config --color false | grep -E '(^err:|^alert:|^emerg:|^crit:)'",
user => 'root',
minute => [0,30],
}