dsa-check_puppet_agent was renamed to dsa-check-puppet_agent
authorJulien Cristau <jcristau@debian.org>
Thu, 1 Feb 2018 19:04:00 +0000 (20:04 +0100)
committerJulien Cristau <jcristau@debian.org>
Thu, 1 Feb 2018 19:04:00 +0000 (20:04 +0100)
modules/nagios/manifests/client.pp

index 94bbf93..8991f57 100644 (file)
@@ -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
        }
 }