]> git.openstreetmap.org Git - chef.git/commitdiff
List required noto font packages explicitly
authorTom Hughes <tom@compton.nu>
Tue, 11 Oct 2016 20:11:36 +0000 (21:11 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 11 Oct 2016 20:11:36 +0000 (21:11 +0100)
cookbooks/tile/recipes/default.rb

index 8eb5c312ff4d13b710f5d42fc27df1280530fb18..dd4a7a603590385e42e0c35edbeff68321d29482 100644 (file)
@@ -117,7 +117,9 @@ end
 package "python-cairo"
 package "python-mapnik"
 
-package "fonts-noto"
+package "fonts-noto-cjk"
+package "fonts-noto-hinted"
+package "fonts-noto-unhinted"
 package "ttf-unifont"
 
 directory "/srv/tile.openstreetmap.org/cgi-bin" do