]> git.openstreetmap.org Git - chef.git/commitdiff
Spin up cgimap on the frontends
authorTom Hughes <tom@compton.nu>
Wed, 9 Sep 2020 18:14:02 +0000 (19:14 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 9 Sep 2020 18:14:02 +0000 (19:14 +0100)
cookbooks/web/recipes/frontend.rb

index c52007dd455da469ab566814f4c93093a6509a94..50fcc5a05ce360c6cd596388ac6c83ab4ab3e521 100644 (file)
@@ -19,6 +19,7 @@
 
 include_recipe "apache"
 include_recipe "web::rails"
+include_recipe "web::cgimap"
 
 web_passwords = data_bag_item("web", "passwords")