Update reference to lxc dev box

This commit is contained in:
Fabio Rehm 2013-04-22 01:54:49 -03:00
parent aedaeb06da
commit b3254ad1e2
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ Vagrant.configure("2") do |config|
config.vm.define :lxc do |lxc_config|
lxc_config.vm.hostname = 'lxc-dev-box'
lxc_config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-04-10.box'
lxc_config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-04-21.box'
# Uncomment to test boxes built locally:
# lxc_config.vm.box_url = '../boxes/output/lxc-quantal64.box'

View file

@ -43,7 +43,7 @@ if $hostname == 'vbox' {
# TMUX
package {
'tmux': ensure => 'installed';
'tmux': ensure => 'installed';
}
# Allow gems to be installed on vagrant user home avoiding "sudo"s