Skip to content

Commit 0482bab

Browse files
author
Patrik Breitenmoser
committed
changed redis recipe to redisio
1 parent 0d47a35 commit 0482bab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Berksfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cookbook 'openssl'
1010
cookbook 'postfix'
1111
cookbook 'chef-php-extra', git: 'git://github.com/inviqa/chef-php-extra'
1212
cookbook 'phpunit', git: 'git://github.com/escapestudios/chef-phpunit'
13-
cookbook 'redis', git: 'git://github.com/miah/chef-redis'
13+
cookbook 'redisio'
1414
cookbook 'beanstalkd', git: 'git://github.com/escapestudios/chef-beanstalkd'
1515
cookbook 'npm', git: 'git://github.com/balbeko/chef-npm'
1616
cookbook 'laravel', git: 'git://github.com/MiniCodeMonkey/chef-laravel'

Vagrantfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ Vagrant.configure("2") do |config|
5353
chef.add_recipe "laravel::web_server"
5454
chef.add_recipe "laravel::vhost"
5555
chef.add_recipe "memcached"
56-
chef.add_recipe "redis"
56+
chef.add_recipe "redisio::install"
57+
chef.add_recipe "redisio::enable"
5758
chef.add_recipe "beanstalkd"
5859
chef.add_recipe "beanstalk_console"
5960
chef.add_recipe "laravel::db"

0 commit comments

Comments
 (0)