summaryrefslogtreecommitdiff
path: root/files/puppet/modules/custom/manifests/check_mk.pp
diff options
context:
space:
mode:
Diffstat (limited to 'files/puppet/modules/custom/manifests/check_mk.pp')
-rw-r--r--files/puppet/modules/custom/manifests/check_mk.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/files/puppet/modules/custom/manifests/check_mk.pp b/files/puppet/modules/custom/manifests/check_mk.pp
new file mode 100644
index 0000000..a3020fe
--- /dev/null
+++ b/files/puppet/modules/custom/manifests/check_mk.pp
@@ -0,0 +1,11 @@
+# custom changes to check_mk
+#
+class custom::check_mk {
+
+ file { '/etc/check_mk/conf.d/ignored_services.custom.mk':
+ source => 'puppet:///modules/custom/check_mk/ignored_services.custom.mk',
+ mode => '0644',
+ owner => 'root',
+ group => 'root',
+ }
+}