Skip to content

Commit bd89618

Browse files
author
Gabriel Monroy
committed
add dev mode/source flags to Vagrantfile
1 parent af2785a commit bd89618

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Vagrantfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ Vagrant.configure("2") do |config|
4646
# TODO: replace with in-recipe public_ip lookup that handles vagrant/ec2/metal
4747
chef.json = {
4848
"deis" => {
49-
"public_ip" => "192.168.61.100"
49+
"public_ip" => "192.168.61.100",
50+
"dev" => {
51+
"mode" => true,
52+
"source" => "/vagrant"
53+
}
5054
}
5155
}
5256
# define the run list

0 commit comments

Comments
 (0)