]> git.openstreetmap.org Git - chef.git/commitdiff
Remove otrs test role from naga
authorGrant Slater <github@firefishy.com>
Wed, 1 May 2024 20:09:22 +0000 (21:09 +0100)
committerGrant Slater <github@firefishy.com>
Wed, 1 May 2024 20:09:22 +0000 (21:09 +0100)
roles/naga.rb

index 2586aaf4a194fe35551afefa0a3b75d51f47041d..b12795a97d2c0877b3de316ca716c5537f666f63 100644 (file)
@@ -28,19 +28,6 @@ default_attributes(
         }
       }
     }
-  },
-  :otrs => {
-    :site => "test.otrs.openstreetmap.org",
-    :site_aliases => ["test.otrs.osm.org"],
-    :database_cluster => "16/main"
-  },
-  :postgresql => {
-    :versions => ["16"],
-    :settings => {
-      "16" => {
-        :port => 5433
-      }
-    }
   }
 )
 
@@ -58,6 +45,5 @@ run_list(
   "recipe[stateofthemap::container]",
   "recipe[hot]",
   "recipe[ideditor]",
-  "recipe[dmca]",
-  "recipe[otrs::debian]"
+  "recipe[dmca]"
 )