From: Tom Hughes Date: Wed, 9 Sep 2020 18:14:02 +0000 (+0100) Subject: Spin up cgimap on the frontends X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/4dd7242aecfc4b44af9bcfb1f554754c80b5c96d Spin up cgimap on the frontends --- 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")