]> git.openstreetmap.org Git - chef.git/commitdiff
tile: ensure ttf-dejavu + ttf-unifont packages are installed
authorGrant Slater <git@firefishy.com>
Tue, 14 Jan 2014 11:20:44 +0000 (11:20 +0000)
committerGrant Slater <git@firefishy.com>
Tue, 14 Jan 2014 11:20:44 +0000 (11:20 +0000)
cookbooks/tile/recipes/default.rb

index 8d3b2e8dc9ff4814582d6fc88d7ce60818e378b0..e494d630d20d2dec554b06c57ab923e5e03bae9a 100644 (file)
@@ -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"