!!! This project has been deprecated. We recommend you search the Chef Supermarket for a supported alternative !!!
Configures the OS time zone
- Chef 10.x
Platform:
- CentOS 6.x
- RHEL 6.x
Add the time_zone cookbook to your role/run_list. Typically this requires a reboot. We currently use this cookbook in the building of our images/AMIs to avoid this.
node['time_zone']
- The time zone to set for the OS. The default is 'UTC'
Sets the the OS time zone
- Thomas Bishop (@thbishop)
- Brett Weaver (@brettweavnet)