From 74355cc7a711ffbfd7fc0623b0dd2e38d57eb32d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 12 Feb 2023 12:33:50 +0000 Subject: [PATCH] Move jekyll based stateofthe map sites to naga --- roles/naga.rb | 3 ++- roles/stateofthemap.rb | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/naga.rb b/roles/naga.rb index f98252034..20ce1b557 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -40,5 +40,6 @@ run_list( "role[irc]", "role[blogs]", "role[munin]", - "recipe[foundation::welcome]" + "recipe[foundation::welcome]", + "recipe[stateofthemap::jekyll]" ) diff --git a/roles/stateofthemap.rb b/roles/stateofthemap.rb index 9eba0c419..6e1d9ab1b 100644 --- a/roles/stateofthemap.rb +++ b/roles/stateofthemap.rb @@ -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]" ) -- 2.39.5