]> git.openstreetmap.org Git - chef.git/blobdiff - roles/naga.rb
dmca: move to container version
[chef.git] / roles / naga.rb
index 1fba0b69da9e2c0f4afb4ec1b236fa8e3c604cc1..6ed3323f46d6e69913c03226c98bca2322931df8 100644 (file)
@@ -3,7 +3,6 @@ description "Master role applied to naga"
 
 default_attributes(
   :networking => {
-    :engine => "systemd-networkd",
     :interfaces => {
       :internal => {
         :interface => "bond0",
@@ -43,5 +42,8 @@ run_list(
   "role[switch2osm]",
   "recipe[foundation::owg]",
   "recipe[foundation::welcome]",
-  "recipe[stateofthemap::container]"
+  "recipe[stateofthemap::container]",
+  "recipe[hot]",
+  "recipe[ideditor]",
+  "recipe[dmca]"
 )