Skip to content

Commit 2460086

Browse files
committed
Fixed Redisio failure in "vagrant provision" call
Added git path for Redisio.
1 parent c81f96b commit 2460086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Berksfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ 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 'redisio'
13+
cookbook 'redisio', git: 'git://github.com/brianbianco/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'
1717
cookbook 'beanstalk_console', git: 'git://github.com/MiniCodeMonkey/chef-beanstalk_console'
18-
cookbook 'apache2', git: 'git://github.com/MiniCodeMonkey/apache24'
18+
cookbook 'apache2', git: 'git://github.com/MiniCodeMonkey/apache24'

0 commit comments

Comments
 (0)