From 27811205721221c5798d70fe0d28cde463cab3b5 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 15 Nov 2012 15:51:26 -0500 Subject: remove the ssh alt port 4422 for vagrant nodes --- provider/nodes/couchdb1_vagrant.json | 4 +--- provider/nodes/vpn1_vagrant.json | 2 -- 2 files changed, 1 insertion(+), 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", -- cgit v1.2.3