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:
5bc389d
)
fix syntax
author
Martin Zobel-Helas
<zobel@debian.org>
Mon, 20 Feb 2012 11:08:43 +0000
(12:08 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Mon, 20 Feb 2012 11:08:43 +0000
(12:08 +0100)
modules/dacs/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/dacs/manifests/init.pp
b/modules/dacs/manifests/init.pp
index
87c852c
..
79cf484
100644
(file)
--- a/
modules/dacs/manifests/init.pp
+++ b/
modules/dacs/manifests/init.pp
@@
-7,7
+7,7
@@
class dacs {
file {
"/var/log/dacs":
ensure => directory,
- owner => root
+ owner => root
,
group => www-data,
mode => 770,
purge => true