X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9f895d605dd45ff875f72d26d441773a23e9263c..9bd884562817e0d9320de88485ae457c9535da76:/cookbooks/donate/recipes/default.rb diff --git a/cookbooks/donate/recipes/default.rb b/cookbooks/donate/recipes/default.rb index c5ab30ebe..66a112339 100644 --- a/cookbooks/donate/recipes/default.rb +++ b/cookbooks/donate/recipes/default.rb @@ -51,6 +51,12 @@ mysql_database "donate" do permissions "donate@localhost" => :all end +directory "/srv/donate.openstreetmap.org" do + owner "donate" + group "donate" + mode 0o755 +end + git "/srv/donate.openstreetmap.org" do action :sync repository "git://github.com/osmfoundation/donation-drive.git"