summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-08-18 16:51:50 -0700
committerGitHub <noreply@github.com>2020-08-18 16:51:50 -0700
commit9d31f2ffd7ef8cd48e615153843eba12592c73e9 (patch)
treeba9404e0b5b66916105158a2e6c3759ef6bc4cb0 /kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
parentd1984935869a71289c89af442eff2371d9188bc1 (diff)
parent292ee1cc5b92b4f13b6ebe62cb027e4e32654495 (diff)
downloadchef-9d31f2ffd7ef8cd48e615153843eba12592c73e9.tar.gz
Merge pull request #10323 from chef/timezone
Signed-off-by: Tim Smith <tsmith@chef.io>
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")