X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/398d8db898e976149136d5ca675e3c08dee6ee76..9e083ebce8a430d87164a3d790b3ff98fdf5c4e1:/cookbooks/serverinfo/recipes/default.rb diff --git a/cookbooks/serverinfo/recipes/default.rb b/cookbooks/serverinfo/recipes/default.rb index 7dd65cbf3..9a9e1b5a7 100644 --- a/cookbooks/serverinfo/recipes/default.rb +++ b/cookbooks/serverinfo/recipes/default.rb @@ -21,6 +21,9 @@ include_recipe "apache" include_recipe "git" package %w[ + gcc + g++ + make ruby ruby-dev libssl-dev @@ -34,7 +37,7 @@ end git "/srv/hardware.openstreetmap.org" do action :sync - repository "git://github.com/gravitystorm/osmf-server-info.git" + repository "https://github.com/gravitystorm/osmf-server-info.git" depth 1 user "root" group "root"