summaryrefslogtreecommitdiff
path: root/manifests/stub.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/stub.pp')
-rw-r--r--manifests/stub.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/stub.pp b/manifests/stub.pp
index 02797fd..0845b0e 100644
--- a/manifests/stub.pp
+++ b/manifests/stub.pp
@@ -25,8 +25,9 @@ define unbound::stub (
$real_settings = { stub-zone => merge($zone_name, $settings) }
concat::fragment { "unbound ${title}":
- target => $unbound::params::config,
+ target => $unbound::params::config,
content => template('unbound/unbound.conf.erb'),
- order => 2,
+ order => 2,
+ notify => Service[$unbound::params::service]
}
}