chef-boneyard / vagrant-omnibus

A Vagrant plugin that ensures the desired version of Chef is installed via the platform-specific Omnibus packages.
Apache License 2.0
550 stars 63 forks source link

Vagrant: * Unknown configuration section 'omnibus'. #105

Closed pilgrim2go closed 9 years ago

pilgrim2go commented 9 years ago

Hi,

I've got omnibus issue

I don't know how to solve this. Here my environment info.

vagrant --version Vagrant 1.6.4 vagrant-wp iapilgrim$ vagrant plugin list hostupdater (1.0.0) omnibus (4.0.0) vagrant-login (1.0.1, system) vagrant-share (1.1.4, system) ruby -v ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin13]

Thanks, Van

tmatilai commented 9 years ago

Hi @pilgrim2go,

The "omnibus" that you have listed there is not a Vagrant plugin, you can uninstall it. The correct name is "vagrant-omnibus", i.e. vagrant plugin install vagrant-omnibus.

pilgrim2go commented 9 years ago

It works. Thanks