X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/18fd05fa9eb6777988c5f81c30c93d4562111b82..649c05666604a5f56b220a12c24cb152d56e3e91:/cookbooks/serverinfo/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/serverinfo/recipes/default.rb b/cookbooks/serverinfo/recipes/default.rb index 92bd5703d..93de4bc2a 100644 --- a/cookbooks/serverinfo/recipes/default.rb +++ b/cookbooks/serverinfo/recipes/default.rb @@ -23,7 +23,9 @@ include_recipe "git" package %w[ ruby ruby-dev + libssl-dev zlib1g-dev + pkg-config ] gem_package "bundler" do @@ -32,7 +34,8 @@ 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" notifies :run, "execute[/srv/hardware.openstreetmap.org/Gemfile]"