[chef-recipies] Added url to ubuntu image for vagrant deployment
This commit is contained in:
parent
e663a68605
commit
2dcae07cf1
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -3,6 +3,7 @@
|
||||
|
||||
Vagrant::Config.run do |config|
|
||||
config.vm.box = "ubuntu12.04-server-amd64"
|
||||
config.vm.box_url = "http://goo.gl/8kWkm"
|
||||
# config.vm.box_url = "http://domain.com/path/to/above.box"
|
||||
|
||||
# config.vm.forward_port 80, 8080
|
||||
|
Loading…
x
Reference in New Issue
Block a user