From: Julien Cristau Date: Thu, 1 Feb 2018 19:04:00 +0000 (+0100) Subject: dsa-check_puppet_agent was renamed to dsa-check-puppet_agent X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=c0102939b6634fe094b6c1dcf47bb247b2a509b2;p=mirror%2Fdsa-puppet.git dsa-check_puppet_agent was renamed to dsa-check-puppet_agent --- diff --git a/modules/nagios/manifests/client.pp b/modules/nagios/manifests/client.pp index 94bbf93c6..8991f57fe 100644 --- 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 } }