summaryrefslogtreecommitdiffstats
path: root/vagrant/basebuild/Vagrantfile
diff options
context:
space:
mode:
authorC.J. Collier <cjac@probook0.colliertech.org>2016-04-24 11:00:46 -0700
committerC.J. Collier <cjcollier@linuxfoundation.org>2016-05-02 15:02:47 -0700
commit63ffd24bdc409800912bd11cf9ba8a597afd0602 (patch)
tree7dc4793dd570ba910be9fa53b9e422b557cdf90d /vagrant/basebuild/Vagrantfile
parent66974da6d38670f60a1334a4e3435402923856ef (diff)
Clean up apt package list
* Combine all packages in to a single call to apt-get install * Modify /etc/apt/apt.conf * corrected a comment * not doing redundant edit of /etc/sysctl.conf * adding emacs files to .gitignore * Exercised this code while producing a new base image for each targetted platform * install java8 from official openjdk PPA if platform is 14.04 * detect correct python package to install in CentOS * open (and later close) stdout and stderr logs for later review Change-Id: I669c0c3043f0c90df7af5033b8e180b0e6dc696a Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
Diffstat (limited to 'vagrant/basebuild/Vagrantfile')
-rw-r--r--vagrant/basebuild/Vagrantfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/vagrant/basebuild/Vagrantfile b/vagrant/basebuild/Vagrantfile
index e8d6a0a4f..0ee17e01f 100644
--- a/vagrant/basebuild/Vagrantfile
+++ b/vagrant/basebuild/Vagrantfile
@@ -44,8 +44,7 @@ Vagrant.configure(2) do |config|
config.vm.synced_folder ".", "/vagrant"
config.vm.synced_folder "../lib/", "/vagrant/lib"
- # Do a full system update and force enforcing on (it's in permissive
- # by default in the rackspace base images)
+ # Do a full system update and set enforcing on
config.vm.provision 'shell', path: 'bootstrap.sh'
#################