Remove old script to setup lxc dev container

This commit is contained in:
Fabio Rehm 2013-03-09 20:27:58 -03:00
parent a2108cd362
commit 54f94e4d95

View file

@ -1,18 +0,0 @@
#!/usr/bin/env bash
set -e
# Fresh start
bundle exec vagrant-lxc destroy
# Skip provisioning as we need to apt-get update first
bundle exec vagrant-lxc up --no-provision --provider=lxc
# apt-get and install puppet so we can provision the dev machine
bundle exec vagrant-lxc provision --provision-with=shell
# Actual setup
bundle exec vagrant-lxc provision --provision-with=puppet
# Reload the container just to ensure it can boot properly after provisioning
bundle exec vagrant-lxc reload