Add timezone-ii cookbook to set timezone to UTC

This commit is contained in:
Greg Karékinian
2016-01-21 23:47:28 +00:00
parent 5db8455da3
commit b9e9a59d54
19 changed files with 605 additions and 44 deletions

View File

@@ -0,0 +1,11 @@
default.tz = 'UTC'
# Path to tzdata directory
default.timezone.tzdata_dir = '/usr/share/zoneinfo'
# Path to file used by kernel for local timezone's data
default.timezone.localtime_path = '/etc/localtime'
# Whether to use a symlink to tzdata (instead of copying).
# Used only in the linux-default recipe.
default.timezone.use_symlink = false