From: Peter Palfrader Date: Mon, 9 Feb 2015 12:01:14 +0000 (+0100) Subject: make dsa-check-libs +x X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=9450206ad0a50f262031079b09194b288316ddf4;p=dsa-puppet.git make dsa-check-libs +x --- diff --git a/modules/nagios/manifests/client.pp b/modules/nagios/manifests/client.pp index 30a88618..2f4aede2 100644 --- a/modules/nagios/manifests/client.pp +++ b/modules/nagios/manifests/client.pp @@ -74,6 +74,7 @@ class nagios::client inherits nagios { } file { '/usr/local/sbin/dsa-check-libs': source => 'puppet:///modules/nagios/dsa-check-libs', + mode => '0555', } }