From: Sarah Hoffmann Date: Fri, 5 Jul 2013 14:05:07 +0000 (+0200) Subject: switch frontend to chef-controled directory X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/14e75f4a14bd6602f11428cedb7dd84551f43051?hp=bf7e2e0a6befa6dfbc0e447bb0a2b8c0868f3186 switch frontend to chef-controled directory --- diff --git a/cookbooks/nominatim/recipes/default.rb b/cookbooks/nominatim/recipes/default.rb index 8f08ef5af..e7cd50088 100644 --- a/cookbooks/nominatim/recipes/default.rb +++ b/cookbooks/nominatim/recipes/default.rb @@ -42,7 +42,7 @@ end apache_site "nominatim.openstreetmap.org" do template "apache.erb" - directory "/home/lonvia/nominatim" + directory source_directory variables :pools => node[:nominatim][:fpm_pools] end