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