summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-09 12:14:22 -0700
committerTim Smith <tsmith@chef.io>2018-10-09 12:14:22 -0700
commit9c92baeba900ffb0b62b35da9bcae5390d511baa (patch)
tree902efbfa901d5974c115ef1cfc5f16c62657fc24 /kitchen-tests
parentf037d6f4e8ac7670dbcfb788e6458eb959bd82ef (diff)
downloadchef-9c92baeba900ffb0b62b35da9bcae5390d511baa.tar.gz
Add the timezone resource from the timezone_lwrp cookbook
Adding this resource to core Chef with permission from @dragonsmith Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/default.rb2
1 files changed, 2 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..2779ed92fc 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/default.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/default.rb
@@ -9,6 +9,8 @@ hostname "chef-travis-ci.chef.io"
apt_update
+timezone "UTC"
+
include_recipe "ubuntu" if platform?("ubuntu")
if platform_family?("rhel", "fedora", "amazon")