From 9450206ad0a50f262031079b09194b288316ddf4 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 9 Feb 2015 13:01:14 +0100 Subject: [PATCH] make dsa-check-libs +x --- modules/nagios/manifests/client.pp | 1 + 1 file changed, 1 insertion(+) 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', } } -- 2.39.2