X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4ac7cf54e6e68995fe0d1c020e044184432d79e3..9405425891a99d4c42de9ccc68184e152e43ab18:/roles/naga.rb diff --git a/roles/naga.rb b/roles/naga.rb index 6ed3323f4..2586aaf4a 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -28,6 +28,19 @@ 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 + } + } } ) @@ -38,12 +51,13 @@ run_list( "role[trac]", "role[irc]", "role[blogs]", - "role[munin]", "role[switch2osm]", + "recipe[foundation::mastodon]", "recipe[foundation::owg]", "recipe[foundation::welcome]", "recipe[stateofthemap::container]", "recipe[hot]", "recipe[ideditor]", - "recipe[dmca]" + "recipe[dmca]", + "recipe[otrs::debian]" )