X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/24c634aea798f7064635cf001cac0430bbc50b33..9504c62303d2a0f8c831b183f27b7cb072faccab:/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]"