X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d16f3d1a7f01a40ad821948956a21d26fdcab32b..c98b422d89c65d496c3c608130d11fb02c954733:/roles/naga.rb diff --git a/roles/naga.rb b/roles/naga.rb index 2586aaf4a..4026bcac7 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 - } - } } ) @@ -59,5 +46,5 @@ run_list( "recipe[hot]", "recipe[ideditor]", "recipe[dmca]", - "recipe[otrs::debian]" + "role[otrs]" )