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,36 @@
{
"name": "timezone-ii",
"description": "Configure the system timezone on Linux systems",
"long_description": "",
"maintainer": "Lawrence Leonard Gilbert",
"maintainer_email": "larry@L2G.to",
"license": "Apache 2.0",
"platforms": {
"amazon": ">= 0.0.0",
"centos": ">= 0.0.0",
"debian": ">= 0.0.0",
"fedora": ">= 0.0.0",
"gentoo": ">= 0.0.0",
"ubuntu": ">= 0.0.0"
},
"dependencies": {
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
"timezone": ">= 0.0.0"
},
"attributes": {
},
"groupings": {
},
"recipes": {
},
"version": "0.2.0"
}