]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/serverinfo/recipes/default.rb
Merge pull request #308 from Firefishy/more-404-tiles
[chef.git] / cookbooks / serverinfo / recipes / default.rb
index 81685b3762d3c7c6745235cef36ddc5141f7b6c5..9a9e1b5a7c2d0d405675b0996e9b9c70bcc395af 100644 (file)
@@ -21,6 +21,9 @@ include_recipe "apache"
 include_recipe "git"
 
 package %w[
+  gcc
+  g++
+  make
   ruby
   ruby-dev
   libssl-dev
@@ -35,6 +38,7 @@ end
 git "/srv/hardware.openstreetmap.org" do
   action :sync
   repository "https://github.com/gravitystorm/osmf-server-info.git"
+  depth 1
   user "root"
   group "root"
   notifies :run, "execute[/srv/hardware.openstreetmap.org/Gemfile]"