Ignore homebrew when using Chef Solo and Berkshelf -
i using chef solo provision vagrant machine , berkshelf install cookbooks. using linux host (ubuntu).
i want use mysql cookbook; when add:
cookbook 'mysql'
berkshelf installs homebrew
transitive dependency. chef-solo loads , fails because in linux.
is there way ignore homebrew
package when installing or loading cookbooks?
note: have tried use
group :ignore cookbook 'homebrew' end
but when run berks install --without ignore
returns error:
error: berks install called arguments
finally problem not homebrew package; error throwed.
using vagrant-omnibus update chef latest version removed error , allowed me finish installation correctly.
Comments
Post a Comment