commit | 5b5a42aa0cc55c6dd8fb548e843111393f326705 | [log] [tgz] |
---|---|---|
author | Zsolt Haraszti <zharaszt@ciena.com> | Thu May 12 22:19:57 2016 -0700 |
committer | Zsolt Haraszti <zharaszt@ciena.com> | Thu May 12 22:19:57 2016 -0700 |
tree | e4538cf6207e19e0c417d87ba97fd3107991ad88 | |
parent | a9f72503832180d2212ec087d7d70ebe329be3a1 [diff] [blame] |
Bump to latest maas; ssh-agent help
diff --git a/Vagrantfile b/Vagrantfile index 917fbaa..d46ec6b 100644 --- a/Vagrantfile +++ b/Vagrantfile
@@ -10,6 +10,7 @@ end config.vm.define "corddev" do |d| + d.ssh.forward_agent = true d.vm.box = "ubuntu/trusty64" d.vm.hostname = "corddev" d.vm.network "private_network", ip: "10.100.198.200"