From: Grant Slater Date: Tue, 14 Jan 2014 11:20:44 +0000 (+0000) Subject: tile: ensure ttf-dejavu + ttf-unifont packages are installed X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ba874accf389eb9ea33db83df767af84b2f251d1 tile: ensure ttf-dejavu + ttf-unifont packages are installed --- diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 8d3b2e8dc..e494d630d 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -100,6 +100,8 @@ end package "python-cairo" package "python-mapnik" +package "ttf-dejavu" +package "ttf-unifont" directory "/srv/tile.openstreetmap.org/cgi-bin" do owner "tile"