]> git.openstreetmap.org Git - chef.git/blobdiff - roles/naga.rb
Setup otrs::debian on naga
[chef.git] / roles / naga.rb
index 6ed3323f46d6e69913c03226c98bca2322931df8..0c1aba1e2532366360c6c49f06ee9edcf8ba50aa 100644 (file)
@@ -28,6 +28,14 @@ default_attributes(
         }
       }
     }
+  },
+  :otrs => {
+    :site => "test.otrs.openstreetmap.org",
+    :site_aliases => ["test.otrs.osm.org"],
+    :database_cluster => "16/main"
+  },
+  :postgresql => {
+    :versions => ["16"]
   }
 )
 
@@ -38,12 +46,13 @@ run_list(
   "role[trac]",
   "role[irc]",
   "role[blogs]",
-  "role[munin]",
   "role[switch2osm]",
+  "recipe[foundation::mastodon]",
   "recipe[foundation::owg]",
   "recipe[foundation::welcome]",
   "recipe[stateofthemap::container]",
   "recipe[hot]",
   "recipe[ideditor]",
-  "recipe[dmca]"
+  "recipe[dmca]",
+  "recipe[otrs::debian]"
 )