X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c1f9bd14428e5b4f78524150c1d1eece729828f2..6ff872c083805f518745a6b015b56b45805e2990:/cookbooks/blog/recipes/default.rb diff --git a/cookbooks/blog/recipes/default.rb b/cookbooks/blog/recipes/default.rb index 46b6902ad..770c7c60b 100644 --- a/cookbooks/blog/recipes/default.rb +++ b/cookbooks/blog/recipes/default.rb @@ -97,6 +97,7 @@ end git "/srv/blog.openstreetmap.org/casts" do action :sync repository "https://github.com/openstreetmap/opengeodata-podcasts.git" + revision "master" depth 1 user "wordpress" group "wordpress" @@ -105,6 +106,7 @@ end git "/srv/blog.openstreetmap.org/images" do action :sync repository "https://github.com/openstreetmap/opengeodata-images.git" + revision "master" depth 1 user "wordpress" group "wordpress" @@ -113,6 +115,7 @@ end git "/srv/blog.openstreetmap.org/static" do action :sync repository "https://github.com/openstreetmap/opengeodata-static.git" + revision "master" depth 1 user "wordpress" group "wordpress"