summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/manifests/agent/haproxy.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-03-12 11:30:47 +0100
committervarac <varacanero@zeromail.org>2015-03-12 11:30:47 +0100
commit6d4dcb83118e3d88aed49347690babd69eb56c91 (patch)
tree2a9e8a783899aba599b493e069b45362656f0541 /puppet/modules/site_check_mk/manifests/agent/haproxy.pp
parent69a56322084c74b8d4b94eac107679889fce26a8 (diff)
require file for augeas resources in site_check_mk::agent::*
Change-Id: Ia5ac6f50e023d7d358d17c661b71c6a5880ec445
Diffstat (limited to 'puppet/modules/site_check_mk/manifests/agent/haproxy.pp')
-rw-r--r--puppet/modules/site_check_mk/manifests/agent/haproxy.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet/modules/site_check_mk/manifests/agent/haproxy.pp b/puppet/modules/site_check_mk/manifests/agent/haproxy.pp
index 5e7215b4..6d52efba 100644
--- a/puppet/modules/site_check_mk/manifests/agent/haproxy.pp
+++ b/puppet/modules/site_check_mk/manifests/agent/haproxy.pp
@@ -8,7 +8,8 @@ class site_check_mk::agent::haproxy {
lens => 'Spacevars.lns',
changes => [
'rm /files/etc/check_mk/mrpe.cfg/Haproxy',
- 'set Haproxy \'/usr/lib/nagios/plugins/check_haproxy -u "http://localhost:8000/haproxy;csv"\'' ];
+ 'set Haproxy \'/usr/lib/nagios/plugins/check_haproxy -u "http://localhost:8000/haproxy;csv"\'' ],
+ require => File['/etc/check_mk/mrpe.cfg'];
}
}