]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridley.rb
otrs: move to naga
[chef.git] / roles / ridley.rb
index 08a97417dc6e79fdf6b7844b178988aed6472a76..7500247f33aa861339c1bfebc420a9b9bd70581a 100644 (file)
@@ -2,6 +2,11 @@ name "ridley"
 description "Master role applied to ridley"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :otrs => { :status => :role }
+    }
+  },
   :apache => {
     :mpm => "event",
     :event => {
@@ -43,6 +48,5 @@ run_list(
   "role[foundation]",
   "role[stateofthemap]",
   "role[blog]",
-  "role[otrs]",
   "recipe[dhcpd]"
 )