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:
754b549
)
I wonder if that works, II
author
Peter Palfrader
<peter@palfrader.org>
Thu, 3 Mar 2011 10:41:39 +0000
(11:41 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 3 Mar 2011 10:41:39 +0000
(11:41 +0100)
modules/unbound/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/unbound/manifests/init.pp
b/modules/unbound/manifests/init.pp
index
10bb5ff
..
da9bf66
100644
(file)
--- a/
modules/unbound/manifests/init.pp
+++ b/
modules/unbound/manifests/init.pp
@@
-38,7
+38,7
@@
class unbound {
notify => Exec["unbound restart"],
owner => root,
group => root,
- require => [ File[
/var/lib/unbound/root.key], File[/var/lib/unbound/debian.org.key
] ],
+ require => [ File[
'/var/lib/unbound/root.key'], File['/var/lib/unbound/debian.org.key'
] ],
;
}