]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/recipes/default.rb
Add test for stateofthemap cookbook
[chef.git] / cookbooks / stateofthemap / recipes / default.rb
index 162c1002f68c8f39c31a5a0832dfa1571909b2da..1bb8176f177f05141a31d051821c282a68a93b29 100644 (file)
@@ -284,9 +284,14 @@ end
 package %w[
   ruby
   ruby-dev
+  libssl-dev
   zlib1g-dev
+  pkg-config
 ]
 
+apache_module "expires"
+apache_module "rewrite"
+
 gem_package "bundler" do
   version "1.17.3"
 end