]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/recipes/default.rb
Specify mapnik version for CartoCSS
[chef.git] / cookbooks / tile / recipes / default.rb
index fe5934a61f9672c8b45a18cb9831fc29a4e67be5..19d266f5019155179012f64d91a3ceb1e0b8293d 100644 (file)
@@ -377,7 +377,7 @@ node[:tile][:styles].each do |name, details|
 
   execute "#{style_directory}/project.mml" do
     action :nothing
-    command "carto -a 3.0.0 project.mml > project.xml"
+    command "carto -a 3.0.22 project.mml > project.xml"
     cwd style_directory
     user "tile"
     group "tile"