Skip to content

Commit

Permalink
Added timezone-ii cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
comuttun committed Jul 8, 2014
1 parent 59ce6b4 commit 634fd01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cheffile
Expand Up @@ -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'
2 changes: 2 additions & 0 deletions Cheffile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -39,5 +40,6 @@ DEPENDENCIES
postfix (>= 0)
rbenv (>= 0)
ruby_build (>= 0)
timezone-ii (>= 0)
vim (>= 0)

4 changes: 3 additions & 1 deletion Vagrantfile
Expand Up @@ -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"
Expand Down Expand Up @@ -45,7 +46,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
},
mysql: {
server_root_password: ""
}
},
tz: "Asia/Tokyo"
}
end

Expand Down

0 comments on commit 634fd01

Please sign in to comment.