summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-10-04 16:48:22 +0200
committermh <mh@immerda.ch>2014-10-04 16:48:22 +0200
commitb1a10d01e4c4682540eab75541845514ea8c4dd0 (patch)
treed4100b7d9d1eaabdaf6266ba7e9e8184e7a4e409 /manifests/base.pp
parent8eafd6fdca47b6b6ae08b0313c0fcf1e13b4a886 (diff)
restart after purging
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 2ef1181..b93150a 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -105,7 +105,8 @@ class nagios::base {
'nagios_service',
'nagios_timeperiod',
]:
- purge => true;
+ notify => Service['nagios'],
+ purge => true;
}
}