X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/99c3b4ef168d1fed74364b27afd47e6f6eb92307..34891395c293a6fd10e0a622cb601b8e39d80e87:/roles/naga.rb diff --git a/roles/naga.rb b/roles/naga.rb index 1fba0b69d..4b8587fd9 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", @@ -41,7 +40,11 @@ run_list( "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]" )