X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/99c3b4ef168d1fed74364b27afd47e6f6eb92307..88c3da7e61393b6f78f9e6c6619cb0458fdce55a:/roles/naga.rb?ds=sidebyside diff --git a/roles/naga.rb b/roles/naga.rb index 1fba0b69d..da7d39cd8 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -3,7 +3,6 @@ description "Master role applied to naga" default_attributes( :networking => { - :engine => "systemd-networkd", :interfaces => { :internal => { :interface => "bond0", @@ -39,9 +38,14 @@ run_list( "role[trac]", "role[irc]", "role[blogs]", - "role[munin]", "role[switch2osm]", + "recipe[foundation::birthday]", + "recipe[foundation::mastodon]", "recipe[foundation::owg]", "recipe[foundation::welcome]", - "recipe[stateofthemap::container]" + "recipe[stateofthemap::container]", + "recipe[hot]", + "recipe[ideditor]", + "recipe[dmca]", + "role[otrs]" )