Update reference to lxc dev box
This commit is contained in:
parent
aedaeb06da
commit
b3254ad1e2
2 changed files with 2 additions and 2 deletions
2
development/Vagrantfile
vendored
2
development/Vagrantfile
vendored
|
@ -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'
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue