summaryrefslogtreecommitdiff
path: root/manifests/config.pp
diff options
context:
space:
mode:
authorKeith Burdis <keith@burdis.org>2013-02-07 13:59:02 +0000
committerKeith Burdis <keith@burdis.org>2013-02-07 13:59:02 +0000
commitf626beddb77a83e95df048cb62647f49db8f0463 (patch)
tree14f097fa820ca3c0828ca10fb5781341acbd8f91 /manifests/config.pp
parent83907732ae7664bfdde16f3f1a976c002c0039dd (diff)
Refresh the config whenever main.mk changes.
Diffstat (limited to 'manifests/config.pp')
-rw-r--r--manifests/config.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index 5fb69d1..d6675c3 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -15,6 +15,7 @@ class check_mk::config {
owner => 'root',
group => 'root',
mode => '0644',
+ notify => Exec['check_mk-restart'],
}
concat::fragment { 'all_hosts-header':
target => '/etc/check_mk/main.mk',