projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e165e5d
)
I wonder if that works, III
author
Peter Palfrader
<peter@palfrader.org>
Thu, 3 Mar 2011 10:42:12 +0000
(11:42 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 3 Mar 2011 10:42:12 +0000
(11:42 +0100)
modules/unbound/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/unbound/manifests/init.pp
b/modules/unbound/manifests/init.pp
index
da9bf66
..
6c58a7d
100644
(file)
--- a/
modules/unbound/manifests/init.pp
+++ b/
modules/unbound/manifests/init.pp
@@
-34,11
+34,10
@@
class unbound {
;
"/etc/unbound/unbound.conf":
content => template("unbound/unbound.conf.erb"),
- require =>
Package["unbound"
],
+ require =>
[ Package["unbound"], File['/var/lib/unbound/root.key'], File['/var/lib/unbound/debian.org.key']
],
notify => Exec["unbound restart"],
owner => root,
group => root,
- require => [ File['/var/lib/unbound/root.key'], File['/var/lib/unbound/debian.org.key'] ],
;
}