summaryrefslogtreecommitdiffstats
path: root/vagrant/basebuild/Vagrantfile
diff options
context:
space:
mode:
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'
#################