mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-16 22:13:33 +02:00
Cleanup
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -3,6 +3,7 @@
|
||||
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "chef/ubuntu-14.04"
|
||||
config.vm.network :forwarded_port, guest: 8080, host: 8080
|
||||
config.vm.synced_folder ".", "/vagrant"
|
||||
config.vm.synced_folder "salt/roots/", "/srv/salt/"
|
||||
config.vm.provider :virtualbox do |vb|
|
||||
|
Reference in New Issue
Block a user