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.pp9
1 files changed, 5 insertions, 4 deletions
diff --git a/files/puppet/modules/custom/manifests/check_mk.pp b/files/puppet/modules/custom/manifests/check_mk.pp
index a3020fe..6f50a8d 100644
--- a/files/puppet/modules/custom/manifests/check_mk.pp
+++ b/files/puppet/modules/custom/manifests/check_mk.pp
@@ -3,9 +3,10 @@
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',
+ source => 'puppet:///modules/custom/check_mk/ignored_services.custom.mk',
+ mode => '0644',
+ owner => 'root',
+ group => 'root',
+ require => Package['check-mk-server']
}
}