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:
978b3d3
)
use correct class for concat fragment
author
Peter Palfrader
<peter@palfrader.org>
Fri, 20 Sep 2019 18:46:07 +0000
(20:46 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 20 Sep 2019 18:46:07 +0000
(20:46 +0200)
modules/nagios/manifests/client.pp
patch
|
blob
|
history
diff --git
a/modules/nagios/manifests/client.pp
b/modules/nagios/manifests/client.pp
index
d792968
..
d86b39c
100644
(file)
--- a/
modules/nagios/manifests/client.pp
+++ b/
modules/nagios/manifests/client.pp
@@
-48,7
+48,7
@@
class nagios::client inherits nagios {
notify => Service['nagios-nrpe-server'],
mode => '0444',
}
- concat { 'nrpe-debian-staticchecks':
+ concat
::fragment
{ 'nrpe-debian-staticchecks':
target => '/etc/nagios/nrpe.d/debianorg.cfg',
content => template('nagios/inc-debian.org.erb'),
}