]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
ensure persence of the log directory
authorMartin Zobel-Helas <zobel@debian.org>
Mon, 20 Feb 2012 08:45:21 +0000 (09:45 +0100)
committerMartin 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

index aaad0c4cf26f34b459041730b4988660e0a965f9..69802ecc622735fce7431e122e14a31ccfb1277e 100644 (file)
@@ -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,