Skip to content

Commit

Permalink
#4
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Smith committed Sep 27, 2013
1 parent be989e3 commit 4f2ba42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cloudseed/deploy/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "precise64"
config.vm.box_url = "http://files.vagrantup.com/precise64.box"

## Networking
# config.vm.network :forwarded_port, guest: 80, host: 8080, auto_correct: true
# config.vm.network :public_network


## For masterless, mount your salt file root
Expand Down

0 comments on commit 4f2ba42

Please sign in to comment.