X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/24c634aea798f7064635cf001cac0430bbc50b33..0aaea8096fcdd565f0f1990a84ad68e9aeb90113:/cookbooks/osqa/recipes/default.rb diff --git a/cookbooks/osqa/recipes/default.rb b/cookbooks/osqa/recipes/default.rb index a1fb95a44..72534683e 100644 --- a/cookbooks/osqa/recipes/default.rb +++ b/cookbooks/osqa/recipes/default.rb @@ -117,6 +117,7 @@ node[:osqa][:sites].each do |site| action :sync repository "https://git.openstreetmap.org/public/osqa.git" revision "live" + depth 1 user site_user group site_group notifies :run, "execute[osqa-migrate]"