X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/12c7fbd7b0aca8f8e304f0bfacc5f73d2f743cc8..58616268564ac6eb6ff6ecaa232c6f7f9dce819d:/roles/naga.rb 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]" )