summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/manifests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-02-28 21:53:12 +0100
committervarac <varacanero@zeromail.org>2014-03-03 17:36:39 +0100
commitc7af5055fd9f255357a8dcd6e318c7a15a3b709c (patch)
tree5f46e6c31c80fb6f0a35264111fd1f22fd0f5265 /puppet/modules/site_check_mk/manifests
parentf802fcdc7396d8a3b804be6480adb8611638f2c0 (diff)
check leap_mx queue
Diffstat (limited to 'puppet/modules/site_check_mk/manifests')
-rw-r--r--puppet/modules/site_check_mk/manifests/agent/mx.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/puppet/modules/site_check_mk/manifests/agent/mx.pp b/puppet/modules/site_check_mk/manifests/agent/mx.pp
new file mode 100644
index 00000000..c4d3ea13
--- /dev/null
+++ b/puppet/modules/site_check_mk/manifests/agent/mx.pp
@@ -0,0 +1,8 @@
+class site_check_mk::agent::mx {
+
+ file { '/usr/lib/check_mk_agent/local/check_leap_mx.sh':
+ source => 'puppet:///modules/site_check_mk/agent/local_checks/mx/check_leap_mx.sh',
+ mode => '0755'
+ }
+
+}