Replace timezone-ii cookbook with timezone_iii

This fork supports Chef 13 and is still maintained
This commit is contained in:
Greg Karékinian
2017-06-16 13:10:46 +02:00
parent 189b66a36f
commit f93070c4c0
44 changed files with 1045 additions and 576 deletions

View File

@@ -0,0 +1,10 @@
# Time zone information.
# Directory containing zone information files.
ZONE_INFO_DIR="<%= node['timezone_iii']['tzdata_dir'] %>"
# Scheme you would like to use in your system.
ZONE_INFO_SCHEME="posix"
# Name of the time zone for your system.
TIMEZONE="<%= node['timezone_iii']['timezone'] %>"

View File

@@ -0,0 +1 @@
ZONE="<%= node['timezone_iii']['timezone'] %>"

View File

@@ -0,0 +1 @@
<%= node['timezone_iii']['timezone'] %>