commit | 663f01a246b4d377f90465fc7d185dfdfb55ae0f | [log] [tgz] |
---|---|---|
author | Rouzbahan Rashidi-Tabrizi <rrashidi@ciena.com> | Thu Nov 17 11:39:02 2016 -0500 |
committer | Zsolt Haraszti <zharaszt@ciena.com> | Tue Nov 22 11:22:25 2016 -0800 |
tree | 24f633339434e7a7490857a55aacfc94a55c8abd | |
parent | bd24f55a1f337ac7dff2f5ce0d749e0515a0f874 [diff] [blame] |
Vagrantfile and Makefile required for creating vagrant base image - Also updating .gitignore file to not to incluse the created vagrant base box in the commit Change-Id: If7508f8c67e47b1cf282eb72cd6e32ba8442312f
diff --git a/vagrant-base/test_script.sh b/vagrant-base/test_script.sh new file mode 100644 index 0000000..0c4d07b --- /dev/null +++ b/vagrant-base/test_script.sh
@@ -0,0 +1,4 @@ +#!/bin/bash + +echo "Testing script..." +sudo usermod -a -G sudo vagrant \ No newline at end of file