Make bind write to a subdirectory of /var/log
[mirror/dsa-puppet.git] / modules / geodns / manifests / init.pp
index d55d85c..5e4feaf 100644 (file)
@@ -78,6 +78,12 @@ class geodns {
                         group   => geodnssync,
                         mode    => 440,
                         ;
+                "/var/log/bind9":
+                        ensure  => directory,
+                        owner   => bind,
+                        group   => bind,
+                        mode    => 775,
+                        ;
         }
 
         exec {