From 4dd7242aecfc4b44af9bcfb1f554754c80b5c96d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 9 Sep 2020 19:14:02 +0100 Subject: [PATCH] Spin up cgimap on the frontends --- cookbooks/web/recipes/frontend.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/web/recipes/frontend.rb b/cookbooks/web/recipes/frontend.rb index c52007dd4..50fcc5a05 100644 --- a/cookbooks/web/recipes/frontend.rb +++ b/cookbooks/web/recipes/frontend.rb @@ -19,6 +19,7 @@ include_recipe "apache" include_recipe "web::rails" +include_recipe "web::cgimap" web_passwords = data_bag_item("web", "passwords") -- 2.39.5