X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnagios%2Fmanifests%2Fclient.pp;h=8f2249d322134ea742bbc6c27c2d00ceb0b69573;hb=839e0ee97e5252968e9e0c5f7ae486fb0d26dd2e;hp=30a886188895dfb683fdda57f03c93b30331d435;hpb=45ec2028ca0e374c5989b1dbe68b09dde977d0f5;p=mirror%2Fdsa-puppet.git diff --git a/modules/nagios/manifests/client.pp b/modules/nagios/manifests/client.pp index 30a886188..8f2249d32 100644 --- a/modules/nagios/manifests/client.pp +++ b/modules/nagios/manifests/client.pp @@ -73,7 +73,10 @@ class nagios::client inherits nagios { require => Package['dsa-nagios-checks'], } file { '/usr/local/sbin/dsa-check-libs': - source => 'puppet:///modules/nagios/dsa-check-libs', + ensure => absent, } + file { '/etc/cron.d/puppet-nagios-wraps': + content => "47 * * * * root /usr/sbin/dsa-wrap-nagios-check -s puppet-agent /usr/lib/nagios/plugins/dsa-check_puppet_agent -d0 -c 28800 -w 18000\n", + } }