diff options
author | Sandeep Shah <ss048t@att.com> | 2017-11-22 09:53:34 -0600 |
---|---|---|
committer | Edan Binshtok <eb578m@intl.att.com> | 2017-11-26 12:23:32 +0000 |
commit | 7f496fc9e0980f577267b47e0cb1d750cf88864a (patch) | |
tree | 281713cdefc6cfa4d119fd2964b63110c5d59513 /vagrant/pxe | |
parent | ce0b06f1baefcd646643a0d76103b3545b0f3bd5 (diff) |
Bug fix to address an error durig VVP installation
During VVP istallation on Linux (Ubuntu 16.04) machine, error was
observed (Error: uninitialized constant YAML)
Change-Id: I8b6daa1f7b341cb6e3495c578b534ed36271960c
Issue-ID: VVP-34
Signed-off-by: SadeepLinux <ss048t@att.com>
Diffstat (limited to 'vagrant/pxe')
-rw-r--r-- | vagrant/pxe/Vagrantfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant/pxe/Vagrantfile b/vagrant/pxe/Vagrantfile index bd860f9..864c056 100644 --- a/vagrant/pxe/Vagrantfile +++ b/vagrant/pxe/Vagrantfile @@ -39,6 +39,7 @@ # -*- mode: ruby -*- # # vi: set ft=ruby : require_relative 'lib/vagrant_provision.rb' +require 'yaml' Vagrant.require_version ">= 1.6.0" if ENV["VVP_DEVKIT"].nil? or ENV["VVP_DEVKIT"].downcase == "single" |