X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/05646b79963a4d4b7acdf132d98184fc2c07f4d0..9e083ebce8a430d87164a3d790b3ff98fdf5c4e1:/cookbooks/blogs/recipes/default.rb?ds=inline diff --git a/cookbooks/blogs/recipes/default.rb b/cookbooks/blogs/recipes/default.rb index 49e52cb57..5cd260d1f 100644 --- a/cookbooks/blogs/recipes/default.rb +++ b/cookbooks/blogs/recipes/default.rb @@ -42,8 +42,8 @@ end git "/srv/blogs.openstreetmap.org" do action :sync - repository "git://github.com/gravitystorm/blogs.osm.org.git" - depth 5 + repository "https://github.com/gravitystorm/blogs.osm.org.git" + depth 1 user "blogs" group "blogs" notifies :run, "execute[/srv/blogs.openstreetmap.org/Gemfile]", :immediately