X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2835205c501da417ff80ce4f06dc32d14c8c38bb..47c4d3fbeb213a3b07ca573a40a1c5ab79c82225:/roles/naga.rb diff --git a/roles/naga.rb b/roles/naga.rb index ab310808a..0c1aba1e2 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -28,6 +28,14 @@ default_attributes( } } } + }, + :otrs => { + :site => "test.otrs.openstreetmap.org", + :site_aliases => ["test.otrs.osm.org"], + :database_cluster => "16/main" + }, + :postgresql => { + :versions => ["16"] } ) @@ -38,9 +46,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[stateofthemap::container]", + "recipe[hot]", + "recipe[ideditor]", + "recipe[dmca]", + "recipe[otrs::debian]" )