projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45ec202
)
make dsa-check-libs +x
author
Peter Palfrader
<peter@palfrader.org>
Mon, 9 Feb 2015 12:01:14 +0000
(13:01 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 9 Feb 2015 12:01:14 +0000
(13:01 +0100)
modules/nagios/manifests/client.pp
patch
|
blob
|
history
diff --git
a/modules/nagios/manifests/client.pp
b/modules/nagios/manifests/client.pp
index
30a8861
..
2f4aede
100644
(file)
--- 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',
}
}