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:
bc7c4f0
)
ensure persence of the log directory
author
Martin Zobel-Helas
<zobel@debian.org>
Mon, 20 Feb 2012 08:45:21 +0000
(09:45 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Mon, 20 Feb 2012 08:45:21 +0000
(09:45 +0100)
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
aaad0c4
..
69802ec
100644
(file)
--- a/
modules/dacs/manifests/init.pp
+++ b/
modules/dacs/manifests/init.pp
@@
-5,6
+5,13
@@
class dacs {
}
file {
+ "/var/log/dacs":
+ ensure => directory,
+ owner => www-data,
+ group => root,
+ mode => 750,
+ purge => true
+ ;
"/etc/dacs/federations":
ensure => directory,
owner => root,