vagrant-lxc-ng/development
David Schoen f9d118840b set hostname for 1.0 as required by provisioning
In a fresh checkout:

    $ ( cd development; ln -s Vagrantfile{.1.0,}; vagrant up )

Was failing with:

    err: /Stage[main]//Exec[config-lxc]/returns: change from notrun to 0
    failed: cp /vagrant/development/lxc-configs/quantal64 /etc/default/lxc
    returned 1 instead of one of [0] at
    /tmp/vagrant-puppet/manifests/site.pp:19

because the hostname was "quantal64" and the puppet manifest attempts to
install the lxc-config based on the hostname name of the VM.
2013-03-15 09:16:50 +11:00
..
lxc-configs Override lxc default configs on dev boxes based on hostname to avoid conflicting IPs 2013-03-12 15:10:24 -03:00
shell-provisioning Remove shell provisioner script for installing puppet on containers 2013-03-10 02:31:41 -03:00
site.pp Fix dev boxes gem home on .gemrc 2013-03-12 15:10:25 -03:00
Vagrantfile.1.0 set hostname for 1.0 as required by provisioning 2013-03-15 09:16:50 +11:00
Vagrantfile.1.1 Consolidates 1.1 Vagrantfiles into a single one 2013-03-12 15:10:24 -03:00