From 80d6d380c0a01ed6e5f8f06225c2d3e3eb14f172 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 12 Feb 2023 12:57:14 +0000 Subject: [PATCH] Move foundation::owg to naga --- roles/foundation.rb | 3 +-- roles/naga.rb | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) 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]" ) -- 2.39.5