File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ cookbook 'openssl'
10
10
cookbook 'postfix'
11
11
cookbook 'chef-php-extra' , git : 'git://github.com/inviqa/chef-php-extra'
12
12
cookbook 'phpunit' , git : 'git://github.com/escapestudios/chef-phpunit'
13
- cookbook 'redis' , git : 'git://github.com/miah/chef-redis '
13
+ cookbook 'redisio '
14
14
cookbook 'beanstalkd' , git : 'git://github.com/escapestudios/chef-beanstalkd'
15
15
cookbook 'npm' , git : 'git://github.com/balbeko/chef-npm'
16
16
cookbook 'laravel' , git : 'git://github.com/MiniCodeMonkey/chef-laravel'
Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ Vagrant.configure("2") do |config|
53
53
chef . add_recipe "laravel::web_server"
54
54
chef . add_recipe "laravel::vhost"
55
55
chef . add_recipe "memcached"
56
- chef . add_recipe "redis"
56
+ chef . add_recipe "redisio::install"
57
+ chef . add_recipe "redisio::enable"
57
58
chef . add_recipe "beanstalkd"
58
59
chef . add_recipe "beanstalk_console"
59
60
chef . add_recipe "laravel::db"
You can’t perform that action at this time.
0 commit comments