projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f57546
)
dsa-check_puppet_agent was renamed to dsa-check-puppet_agent
author
Julien Cristau
<jcristau@debian.org>
Thu, 1 Feb 2018 19:04:00 +0000
(20:04 +0100)
committer
Julien Cristau
<jcristau@debian.org>
Thu, 1 Feb 2018 19:04:00 +0000
(20:04 +0100)
modules/nagios/manifests/client.pp
patch
|
blob
|
history
diff --git
a/modules/nagios/manifests/client.pp
b/modules/nagios/manifests/client.pp
index
94bbf93
..
8991f57
100644
(file)
--- a/
modules/nagios/manifests/client.pp
+++ b/
modules/nagios/manifests/client.pp
@@
-81,7
+81,7
@@
class nagios::client inherits nagios {
target => '/etc/cron.d/dsa-puppet-stuff',
order => '010',
content => @(EOF)
- 47 * * * * root dsa-wrap-nagios-check -s puppet-agent dsa-check
_
puppet_agent -d0 -c 28800 -w 18000
+ 47 * * * * root dsa-wrap-nagios-check -s puppet-agent dsa-check
-
puppet_agent -d0 -c 28800 -w 18000
| EOF
}
}