diff options
| -rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/default.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/default.rb b/kitchen-tests/cookbooks/end_to_end/recipes/default.rb index 3985cefd5a..0a5448f08f 100644 --- a/kitchen-tests/cookbooks/end_to_end/recipes/default.rb +++ b/kitchen-tests/cookbooks/end_to_end/recipes/default.rb @@ -9,6 +9,11 @@ hostname "chef-travis-ci.chef.io" apt_update +locale "Set locale to en_US" do + lang "en_US.utf8" + lc_all "en_US.utf8" +end + include_recipe "ubuntu" if platform?("ubuntu") if platform_family?("rhel", "fedora", "amazon") |
