From 634fd019efd24075d87474a14e68db5625124929 Mon Sep 17 00:00:00 2001 From: KOMATSU Seiji Date: Mon, 7 Jul 2014 21:15:56 +0900 Subject: [PATCH] Added timezone-ii cookbook --- Cheffile | 1 + Cheffile.lock | 2 ++ Vagrantfile | 4 +++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Cheffile b/Cheffile index eb58d2e..3634583 100644 --- a/Cheffile +++ b/Cheffile @@ -8,3 +8,4 @@ cookbook 'ruby_build' cookbook 'nodejs', git: 'https://github.com/mdxp/nodejs-cookbook' cookbook 'rbenv', git: 'https://github.com/fnichol/chef-rbenv' cookbook 'vim' +cookbook 'timezone-ii' diff --git a/Cheffile.lock b/Cheffile.lock index f89673d..34b9989 100644 --- a/Cheffile.lock +++ b/Cheffile.lock @@ -7,6 +7,7 @@ SITE yum-mysql-community (>= 0.0.0) postfix (3.3.1) ruby_build (0.8.0) + timezone-ii (0.2.0) vim (1.1.2) yum (3.2.2) yum-epel (0.3.6) @@ -39,5 +40,6 @@ DEPENDENCIES postfix (>= 0) rbenv (>= 0) ruby_build (>= 0) + timezone-ii (>= 0) vim (>= 0) diff --git a/Vagrantfile b/Vagrantfile index 328ff17..2bb61cb 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -18,6 +18,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| chef.log_level = :debug chef.cookbooks_path = ["cookbooks", "site-cookbooks"] + chef.add_recipe "timezone-ii" chef.add_recipe "apt" chef.add_recipe "nodejs" chef.add_recipe "ruby_build" @@ -45,7 +46,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| }, mysql: { server_root_password: "" - } + }, + tz: "Asia/Tokyo" } end