From: Grant Slater Date: Wed, 1 May 2024 17:06:15 +0000 (+0100) Subject: Setup otrs::debian on naga X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/47c4d3fbeb213a3b07ca573a40a1c5ab79c82225 Setup otrs::debian on naga --- diff --git a/roles/naga.rb b/roles/naga.rb index b12795a97..0c1aba1e2 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -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]" )