X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f6c6fe0e03625c4d906f3b98b5b6933f5d781533..53618f52a6a71a020f42d3244b94b9f48816d0d8:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 261c0e9ed..67aeeaa11 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -96,6 +96,9 @@ remote_directory "/srv/tile.openstreetmap.org/html" do files_mode 0644 end +package "python-cairo" +package "python-mapnik" + directory "/srv/tile.openstreetmap.org/cgi-bin" do owner "tile" group "tile"