X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/47c4d3fbeb213a3b07ca573a40a1c5ab79c82225..6f697d5a41b284214af9654c45d47349e3aff900:/roles/naga.rb diff --git a/roles/naga.rb b/roles/naga.rb index 0c1aba1e2..4026bcac7 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -28,14 +28,6 @@ default_attributes( } } } - }, - :otrs => { - :site => "test.otrs.openstreetmap.org", - :site_aliases => ["test.otrs.osm.org"], - :database_cluster => "16/main" - }, - :postgresql => { - :versions => ["16"] } ) @@ -54,5 +46,5 @@ run_list( "recipe[hot]", "recipe[ideditor]", "recipe[dmca]", - "recipe[otrs::debian]" + "role[otrs]" )