]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/donate/recipes/default.rb
donate: add missing redirects
[chef.git] / cookbooks / donate / recipes / default.rb
index c5ab30ebe6f868ab62fdfb36b433e5e076858210..66a112339f7d69dc9e9b3f39eaaf46e6776f2814 100644 (file)
@@ -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"