summaryrefslogtreecommitdiff
path: root/manifests/zone.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/zone.pp')
-rw-r--r--manifests/zone.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/zone.pp b/manifests/zone.pp
index 347b50b..7c187b2 100644
--- a/manifests/zone.pp
+++ b/manifests/zone.pp
@@ -175,5 +175,6 @@ define dns::zone (
update_policy => $update_policy,
}),
require => Dns_zone2[$zone],
+ notify => Service[$dns::servicename],
}
}