diff --git a/development/Vagrantfile b/development/Vagrantfile index 8f21e41..03a820f 100644 --- a/development/Vagrantfile +++ b/development/Vagrantfile @@ -70,7 +70,7 @@ Vagrant.configure("2") do |config| lxc_config.vm.hostname = 'lxc-dev-box' unless %w(squeeze wheezy sid).include? box_name.to_s # Required to boot nested containers - lxc.customize 'aa_profile', 'unconfined' + lxc.customize 'aa_profile', 'unconfined' unless %w(squeeze wheezy sid).include? box_name.to_s end end