summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 8b1c3e5..e06207e 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -109,8 +109,9 @@ class unbound (
}
concat::fragment { 'unbound server':
- target => $unbound::params::config,
+ target => $unbound::params::config,
content => template('unbound/unbound.conf.erb'),
- order => 1,
+ order => 1,
+ notify => Service[$unbound::params::service]
}
}