]> git.openstreetmap.org Git - chef.git/commitdiff
Add undeclared dependency for cgimap
authorGrant Slater <git@firefishy.com>
Sat, 26 Mar 2016 18:42:25 +0000 (18:42 +0000)
committerGrant Slater <git@firefishy.com>
Sat, 26 Mar 2016 18:42:59 +0000 (18:42 +0000)
cookbooks/web/recipes/cgimap.rb

index fa4827aae80ae358b8d51023f0a6c0243e3b68df..db86bd6f9a7962a3e4a9f9ef0952fcbb4ee2c4d2 100644 (file)
@@ -22,6 +22,7 @@ include_recipe "web::base"
 
 db_passwords = data_bag_item("db", "passwords")
 
+package "g++"
 package "gcc"
 package "make"
 package "autoconf"