More old busted stuff with the gentoo hardened box

This commit is contained in:
Dan Buch
2015-02-25 08:28:44 -05:00
parent 2f694ba868
commit 443a5192b4
3 changed files with 37 additions and 19 deletions

3
selinux/Vagrantfile vendored
View File

@@ -1,5 +1,6 @@
Vagrant.configure('2') do |config|
config.vm.box = 'meatballhat/gentoo-amd64'
config.vm.box = 'meatballhat/gentoo-hardened'
config.vm.box_version = '>= 0.1.2'
config.vm.provision 'shell', path: '.vagrant-provision.sh'
config.vm.provision 'shell', path: '.vagrant-provision-as-vagrant.sh', privileged: false