summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/cookbooks/end_to_end/recipes/linux.rb')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/linux.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb b/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
index 051a7c9b52..012a9a7507 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
@@ -23,7 +23,7 @@ execute "sensitive sleep" do
sensitive true
end
-timezone "UTC"
+timezone "America/Los_Angeles"
include_recipe "::_yum" if platform_family?("rhel")