[vagrant][mac]Vagrant: * Unknown configuration section ‘hostsupdater’.エラーでvagrant upが失敗

投稿者: | 2017年11月16日

macOSをHigh Sierraにアップデートした時に以下のエラーでvagrantが起動しないエラーが起こりました。


$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:

Vagrant:
* Unknown configuration section 'hostsupdater'.

以下のプラグインをインストールすることで解決しました。


$ vagrant plugin install vagrant-hostsupdater

いつものようにvagrant upで起動するようになりました。

[参考にした記事]
https://github.com/vagrantpress/vagrantpress/issues/98