]> git.openstreetmap.org Git - chef.git/commitdiff
Run jekyll build in a UTF8 locale
authorTom Hughes <tom@compton.nu>
Fri, 8 Oct 2021 18:26:50 +0000 (19:26 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 8 Oct 2021 21:22:01 +0000 (22:22 +0100)
cookbooks/stateofthemap/recipes/default.rb

index 34766a11a9f100cc411b4755961e9d582ea8245c..3d2348da68baaa0a154d8d839f722031eea592d2 100644 (file)
@@ -358,6 +358,7 @@ end
     cwd "/srv/#{year}.stateofthemap.org"
     user "nobody"
     group "nogroup"
+    environment "LANG" => "C.UTF-8"
   end
 
   ssl_certificate "#{year}.stateofthemap.org" do