From: Grant Slater Date: Sun, 12 Feb 2023 12:57:14 +0000 (+0000) Subject: Move foundation::owg to naga X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/80d6d380c0a01ed6e5f8f06225c2d3e3eb14f172?ds=sidebyside;hp=74ce2698c86c5b50d044c1dbd110c9132318bcd6 Move foundation::owg to naga --- diff --git a/roles/foundation.rb b/roles/foundation.rb index 95b72429a..fb8024291 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -32,6 +32,5 @@ run_list( "recipe[foundation::wiki]", "recipe[foundation::board]", "recipe[foundation::dwg]", - "recipe[foundation::mwg]", - "recipe[foundation::owg]" + "recipe[foundation::mwg]" ) diff --git a/roles/naga.rb b/roles/naga.rb index 20ce1b557..d9c9ae464 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -40,6 +40,7 @@ run_list( "role[irc]", "role[blogs]", "role[munin]", + "recipe[foundation::owg]", "recipe[foundation::welcome]", "recipe[stateofthemap::jekyll]" )