Last Updated: February 25, 2016
·
574
· grobot

Vagrant error: "private method `system' called"

private method `system' called for #<Vagrant::Config::VMConfig:0x00123> (NoMethodError)

translation ... find the line

config.vm.system = :foo

in your Vagrantfile (or in the base box's Vagrantfile, or in the base box's includes somewhere)

and replace it with

config.vm.guest = :foo