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:
9bc246f
)
try double quotes
author
Martin Zobel-Helas
<zobel@debian.org>
Mon, 23 Apr 2012 15:34:37 +0000
(17:34 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Mon, 23 Apr 2012 15:34:37 +0000
(17:34 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/dacs/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/dacs/manifests/init.pp
b/modules/dacs/manifests/init.pp
index
bd5bd82
..
e49b43f
100644
(file)
--- a/
modules/dacs/manifests/init.pp
+++ b/
modules/dacs/manifests/init.pp
@@
-43,7
+43,7
@@
class dacs {
group => www-data
}
file { '/etc/dacs/federations/debian.org/DEBIAN/dacs.conf':
- source => [
'puppet:///modules/dacs/per-host/${::fqdn}/dacs.conf'
,
+ source => [
"puppet:///modules/dacs/per-host/${::fqdn}/dacs.conf"
,
'puppet:///modules/dacs/common/dacs.conf', ],
mode => '0640',
owner => root,