49
49
# Later on those could be installed on demand to test how we behave without
50
50
# them but for now that's good enough. Little by little...
51
51
config.vm.provision :shell, :inline => "apt-get install --yes fwts"
52
54
# Develop plainbox so that we have it in $PATH
53
55
config.vm.provision :shell, :inline => "cd /vagrant/plainbox/ && python3 setup.py develop"
54
58
# Create a cool symlink so that everyone knows where to go to
55
59
config.vm.provision :shell, :inline => "ln --no-dereference --force --symbolic /vagrant /home/vagrant/checkbox"