]> git.openstreetmap.org Git - chef.git/commitdiff
Move foundation::owg to naga
authorGrant Slater <github@firefishy.com>
Sun, 12 Feb 2023 12:57:14 +0000 (12:57 +0000)
committerGrant Slater <github@firefishy.com>
Sun, 12 Feb 2023 12:57:14 +0000 (12:57 +0000)
roles/foundation.rb
roles/naga.rb

index 95b72429aeba7c77e7f5bb3c83d16ab0bb716157..fb8024291d163f49403d30d253cf9041aca3957f 100644 (file)
@@ -32,6 +32,5 @@ run_list(
   "recipe[foundation::wiki]",
   "recipe[foundation::board]",
   "recipe[foundation::dwg]",
-  "recipe[foundation::mwg]",
-  "recipe[foundation::owg]"
+  "recipe[foundation::mwg]"
 )
index 20ce1b557ed62df7cab327c2df1225b7b67a284d..d9c9ae464194c165e26abf1baf98b5c36c15ea02 100644 (file)
@@ -40,6 +40,7 @@ run_list(
   "role[irc]",
   "role[blogs]",
   "role[munin]",
+  "recipe[foundation::owg]",
   "recipe[foundation::welcome]",
   "recipe[stateofthemap::jekyll]"
 )