From f8a576aca1270f703f38c3257cf533390692de06 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 1 May 2024 21:09:22 +0100 Subject: [PATCH] Remove otrs test role from naga --- roles/naga.rb | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/roles/naga.rb b/roles/naga.rb index 2586aaf4a..b12795a97 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -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]" ) -- 2.45.2