summaryrefslogtreecommitdiffstats
path: root/vagrant/basebuild/Vagrantfile
diff options
context:
space:
mode:
authorC.J. Adams-Collier <cjac@colliertech.org>2016-05-03 18:46:44 -0700
committerC.J. Collier <cjcollier@linuxfoundation.org>2016-05-05 08:30:26 -0700
commita17378d2b7e38330703b1fa8b82a1fba598a6b05 (patch)
tree5e04f6393f9047e8fed9c449e2d0d776beb4260d /vagrant/basebuild/Vagrantfile
parent5c19b29bcccc4df02bedf9d4e92f3e286847d2e6 (diff)
Re-factor vagrant bootstrap
* created new file to hold functions * moved sections of bootstrap in to functions * called functions from case statement block * integrate changes from Andrew Grimberg <agrimberg@linuxfoundation.org> (change 994) * integrate changes from Ed Warnicke <eaw@cisco.com> (change 996) * update debian package list after installing PPA * synchronized redhat package list with VPP Makefile Change-Id: I3d005c0fe01211c78c8b120b266964d873ee25b7 Signed-off-by: C.J. Adams-Collier <cjac@colliertech.org>
Diffstat (limited to 'vagrant/basebuild/Vagrantfile')
-rw-r--r--vagrant/basebuild/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/basebuild/Vagrantfile b/vagrant/basebuild/Vagrantfile
index 37ce73f12..ccca7c239 100644
--- a/vagrant/basebuild/Vagrantfile
+++ b/vagrant/basebuild/Vagrantfile
@@ -38,7 +38,7 @@ Vagrant.configure(2) do |config|
config.vm.synced_folder "../lib/", "/vagrant/lib"
# Do a full system update and set enforcing on
- config.vm.provision 'shell', path: 'bootstrap.sh'
+ config.vm.provision 'shell', path: './bootstrap.sh'
#################
# FINAL CLEANUP #