X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/12c7fbd7b0aca8f8e304f0bfacc5f73d2f743cc8..08be09e5a29886586d4955e6bdcc6592ed6e531e:/roles/naga.rb diff --git a/roles/naga.rb b/roles/naga.rb index 2586aaf4a..da7d39cd8 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 - } - } } ) @@ -52,6 +39,7 @@ run_list( "role[irc]", "role[blogs]", "role[switch2osm]", + "recipe[foundation::birthday]", "recipe[foundation::mastodon]", "recipe[foundation::owg]", "recipe[foundation::welcome]", @@ -59,5 +47,5 @@ run_list( "recipe[hot]", "recipe[ideditor]", "recipe[dmca]", - "recipe[otrs::debian]" + "role[otrs]" )