Ensure we can boot nested containers from vbox dev machine

This commit is contained in:
Fabio Rehm 2013-03-12 14:37:07 -03:00
parent 5e90e102c2
commit ae50b08806

View file

@ -35,6 +35,12 @@ package {
;
}
# Make sure we can create and boot nested containers
if $hostname == 'vbox' {
package { 'apparmor-utils': }
exec { 'aa-complain /usr/bin/lxc-start': }
}
# Allow gems to be installed on vagrant user home avoiding "sudo"s
# Tks to http://wiki.railsplayground.com/railsplayground/show/How+to+install+gems+and+non+root+user
file {