]> git.openstreetmap.org Git - chef.git/blobdiff - roles/otrs.rb
tilecache: correct cookie domain
[chef.git] / roles / otrs.rb
index a3d622ec842baf647e94bf8d03cf489be3d93f90..34d52ee04ecb45e56bb556a6a20ce5e4f84effaf 100644 (file)
@@ -5,6 +5,11 @@ default_attributes(
   :accounts => {
     :users => {
       :otrs => { :status => :role }
+    },
+    :groups => {
+      :"www-data" => {
+        :members => [:otrs]
+      }
     }
   },
   :exim => {