diff options
author | Micah Anderson <micah@riseup.net> | 2012-11-15 15:51:26 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-11-15 15:51:26 -0500 |
commit | 27811205721221c5798d70fe0d28cde463cab3b5 (patch) | |
tree | 1bd9fb6a4466318c6e4212b294eae36cb650d2f6 | |
parent | 428c32e6d750a419cb453ffb3ce163aad968bd42 (diff) |
remove the ssh alt port 4422 for vagrant nodes
-rw-r--r-- | provider/nodes/couchdb1_vagrant.json | 4 | ||||
-rw-r--r-- | provider/nodes/vpn1_vagrant.json | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/provider/nodes/couchdb1_vagrant.json b/provider/nodes/couchdb1_vagrant.json index 87f4935..4b1dde1 100644 --- a/provider/nodes/couchdb1_vagrant.json +++ b/provider/nodes/couchdb1_vagrant.json @@ -1,6 +1,4 @@ { "services": "couchdb", - "ip_address": "10.5.5.44", - "ssh": { - "port": 4422 } + "ip_address": "10.5.5.44" } diff --git a/provider/nodes/vpn1_vagrant.json b/provider/nodes/vpn1_vagrant.json index 888b55c..54c0c97 100644 --- a/provider/nodes/vpn1_vagrant.json +++ b/provider/nodes/vpn1_vagrant.json @@ -2,8 +2,6 @@ "services": "openvpn", "ip_address": "10.5.5.45", "interface": "eth0", - "ssh": { - "port": 4422 }, "tags": "production", "openvpn": { "gateway_address": "10.5.5.46", |