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:
100e928
)
fix syntax
author
Martin Zobel-Helas
<zobel@debian.org>
Thu, 16 Feb 2012 16:39:19 +0000
(17:39 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Thu, 16 Feb 2012 16:39:19 +0000
(17:39 +0100)
modules/dacs/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/dacs/manifests/init.pp
b/modules/dacs/manifests/init.pp
index
e8abf31
..
44b3938
100644
(file)
--- a/
modules/dacs/manifests/init.pp
+++ b/
modules/dacs/manifests/init.pp
@@
-74,7
+74,7
@@
class dacs {
"puppet:///modules/dacs/common/acl-noauth.0" ],
mode => 640,
owner => root,
- group => www-data
+ group => www-data
,
notify => Exec["dacsacl"]
;
@@
-83,7
+83,7
@@
class dacs {
"puppet:///modules/dacs/common/acl-private.0" ],
mode => 640,
owner => root,
- group => www-data
+ group => www-data
,
notify => Exec["dacsacl"]
;