サーバーのtimezoneの設定を変更します
cd /path/to/cookbooks
git clone https://github.com/ryurock/chef-timezone.git
mv /path/to/cookbooks/chef-timezone /path/to/cookbooks/timezone
none
e.g.
none
none
timezoneを日本時間に変更します
{
"name":"my_node",
"run_list": [
"recipe[timezone]"
]
}e.g.
-
Fork the repository on Github
-
Create a named feature branch (like
add_component_x) -
Write you change
-
Write tests for your change (if applicable)
-
Run the tests, ensuring they all pass
-
Submit a Pull Request using Github
Authors: cygames.inc 2013 : List authors Ryusuke_kimura