From ba874accf389eb9ea33db83df767af84b2f251d1 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 14 Jan 2014 11:20:44 +0000 Subject: [PATCH 1/1] tile: ensure ttf-dejavu + ttf-unifont packages are installed --- cookbooks/tile/recipes/default.rb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.43.2