0

I faced the same issue as described here: Vagrant: Unknown configuration section 'omnibus' but vagrant-omnibus plugin is installed

I done all steps described in answer, but I still get the same error. What should be done to solve this issue?

I try to do vagrant up but I get error Unknown configuration section 'omnibus'.

Plugin is described in plugins.json file, directories .vagrant.d\gems\2.2.5\gems\vagrant-omnibus-1.5.0 and .vagrant.d\gems\2.2.5\specifications contain gemspec files.

My OS is Windows 7(I don't know but maybe it is cause of problem)

Community
  • 1
  • 1
Yuriy
  • 1,370
  • 4
  • 14
  • 30

1 Answers1

0

vagrant-omnibus is completely unnecessary these days. Vagrant itself supports everything you need and it is enabled by default when using a Chef provisioner: https://www.vagrantup.com/docs/provisioning/chef_common.html

coderanger
  • 52,400
  • 4
  • 52
  • 75