Add timezone-ii cookbook to set timezone to UTC
This commit is contained in:
11
cookbooks/timezone-ii/attributes/default.rb
Normal file
11
cookbooks/timezone-ii/attributes/default.rb
Normal 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
|
||||
Reference in New Issue
Block a user