X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f5c209a2991b26130dcae5cfcc613be001f5106d..7d7c0496f5e17beeadd9b3aabbb394d9bfb34e52:/cookbooks/serverinfo/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/serverinfo/recipes/default.rb b/cookbooks/serverinfo/recipes/default.rb index 81685b376..93de4bc2a 100644 --- a/cookbooks/serverinfo/recipes/default.rb +++ b/cookbooks/serverinfo/recipes/default.rb @@ -35,6 +35,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]"