blocks = data_bag_item("tile", "blocks")
apache_module "alias"
+apache_module "cgi"
apache_module "expires"
apache_module "headers"
apache_module "remoteip"
tilecaches = search(:node, "roles:tilecache").sort_by { |n| n[:hostname] }
apache_site "default" do
- action [ :disable ]
+ action [:disable]
end
apache_site "tile.openstreetmap.org" do
package "renderd"
service "renderd" do
- action [ :enable, :start ]
+ action [:enable, :start]
supports :status => false, :restart => true, :reload => false
end
mode 0755
end
+package "mapnik-utils"
+
node[:tile][:data].each_value do |data|
url = data[:url]
file = "/srv/tile.openstreetmap.org/data/#{File.basename(url)}"
end
end
- if data[:processed]
- original = "#{directory}/#{data[:original]}"
- processed = "#{directory}/#{data[:processed]}"
-
- package "gdal-bin"
-
- execute processed do
- action :nothing
- command "ogr2ogr #{processed} #{original}"
- user "tile"
- group "tile"
- subscribes :run, "execute[#{file}]", :immediately
- end
- end
-
execute "#{file}_shapeindex" do
action :nothing
command "find #{directory} -type f -iname '*.shp' -print0 | xargs -0 --no-run-if-empty shapeindex --shape_files"
if data[:refresh]
action :create
use_conditional_get true
+ ignore_failure true
else
action :create_if_missing
end
package "osmosis"
package "ruby"
-package "rubygems"
+package "ruby-dev"
package "libproj-dev"
package "libxml2-dev"
gem_package "proj4rb"
gem_package "libxml-ruby"
-gem_package "mmap"
remote_directory "/usr/local/lib/site_ruby" do
source "ruby"
end
service "replicate" do
- action [ :enable, :start ]
+ action [:enable, :start]
supports :restart => true
subscribes :restart, "template[/usr/local/bin/replicate]"
subscribes :restart, "template[/etc/init.d/replicate]"