Closed peterkraume closed 10 years ago
I'm not aware of a home-brew dependency. Could you please try again using the Cheffile included in this repo and report whether that works?
Also, please post or check your Cheffile.lock file, it contains the dependency tree, that should give you an indication of where the home-brew dependency comes from.
The dependency comes with the mysql cookbook:
SITE
remote: http://community.opscode.com/api/v1
specs:
apache2 (1.9.6)
iptables (>= 0.0.0)
logrotate (>= 0.0.0)
pacman (>= 0.0.0)
apt (1.10.0)
aws (2.1.0)
build-essential (1.4.4)
chef_handler (1.1.5)
cron (1.3.0)
database (2.0.0)
aws (>= 0.0.0)
mysql (>= 1.3.0)
postgresql (>= 1.0.0)
xfs (>= 0.0.0)
homebrew (1.5.4)
iis (2.0.2)
windows (>= 1.2.6)
iptables (0.12.0)
logrotate (1.5.0)
mysql (4.1.2)
build-essential (~> 1.4)
homebrew (>= 0.0.0)
openssl (~> 1.1)
windows (>= 0.0.0)
ntp (1.6.0)
openssl (1.1.0)
pacman (1.1.1)
php (1.4.2)
build-essential (>= 0.0.0)
iis (>= 0.0.0)
mysql (>= 0.0.0)
windows (>= 0.0.0)
xml (>= 0.0.0)
yum-epel (>= 0.0.0)
postgresql (3.3.4)
apt (>= 0.0.0)
build-essential (>= 0.0.0)
openssl (>= 0.0.0)
timezone (0.0.1)
vim (1.1.2)
windows (1.30.0)
chef_handler (>= 0.0.0)
xfs (1.1.0)
xml (1.2.2)
build-essential (>= 0.0.0)
yum (3.1.2)
yum-epel (0.3.4)
yum (~> 3.0)
GIT
remote: https://github.com/fred/fredz_cookbooks
ref: master
sha: 62ab8d3de6fa89008be6dd02d23e70bf9904c454
specs:
networking_basic (0.0.7)
GIT
remote: https://github.com/irnnr/chef-typo3
ref: master
sha: 916cc618397af4ba1430be003ebae045fec1f6b0
specs:
typo3 (0.6.0)
apache2 (>= 0.0.0)
cron (>= 0.0.0)
database (>= 0.0.0)
mysql (>= 0.0.0)
php (>= 0.0.0)
GIT
remote: https://github.com/jondot/graphicsmagick_cookbook
ref: master
sha: c95ce08c564cdde32f29ecfbcc5d5753fc01490f
specs:
graphicsmagick (0.1.0)
DEPENDENCIES
apache2 (>= 0)
apt (= 1.10.0)
database (>= 0)
graphicsmagick (>= 0)
mysql (>= 0)
networking_basic (>= 0)
ntp (>= 0)
php (>= 0)
timezone (= 0.0.1)
typo3 (>= 0)
vim (>= 0)
But regarding to mysql/recipies/client.rb homebrew should only be included when the OS is Mac OS X.
So than that's the culprit. Just checked one of my boxes, here it's using mysql cookbook v3.0.2. You could hard wire that in your Cheffile by adding the version number after the cookbook's name:
cookbook 'mysql', '3.0.2'
Ubuntu 13.10 VirtualBox 4.2.16_Ubuntu Vagrant 1.2.7
I have added
to the Cheffile and then did the
librarian-chef install
andvagrant up
.