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