]> git.openstreetmap.org Git - chef.git/commitdiff
Move jekyll based stateofthe map sites to naga
authorTom Hughes <tom@compton.nu>
Sun, 12 Feb 2023 12:33:50 +0000 (12:33 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 12 Feb 2023 12:33:50 +0000 (12:33 +0000)
roles/naga.rb
roles/stateofthemap.rb

index f9825203417edff00e1c2b71c489ab09312722e7..20ce1b557ed62df7cab327c2df1225b7b67a284d 100644 (file)
@@ -40,5 +40,6 @@ run_list(
   "role[irc]",
   "role[blogs]",
   "role[munin]",
-  "recipe[foundation::welcome]"
+  "recipe[foundation::welcome]",
+  "recipe[stateofthemap::jekyll]"
 )
index 9eba0c4198666e6f255d0f1bb19cbe89c8ea6304..6e1d9ab1bb270b62a8e0e1e247001a5559832792 100644 (file)
@@ -3,7 +3,6 @@ description "Role applied to State of the Map servers"
 
 run_list(
   "recipe[stateofthemap]",
-  "recipe[stateofthemap::jekyll]",
   "recipe[stateofthemap::static]",
   "recipe[stateofthemap::wordpress]"
 )