]> git.openstreetmap.org Git - chef.git/commitdiff
Setup otrs::debian on naga
authorGrant Slater <github@firefishy.com>
Wed, 1 May 2024 17:06:15 +0000 (18:06 +0100)
committerGrant Slater <github@firefishy.com>
Wed, 1 May 2024 17:06:15 +0000 (18:06 +0100)
roles/naga.rb

index b12795a97d2c0877b3de316ca716c5537f666f63..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"]
   }
 )
 
@@ -45,5 +53,6 @@ run_list(
   "recipe[stateofthemap::container]",
   "recipe[hot]",
   "recipe[ideditor]",
-  "recipe[dmca]"
+  "recipe[dmca]",
+  "recipe[otrs::debian]"
 )