summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--provider/nodes/couchdb1_vagrant.json4
-rw-r--r--provider/nodes/vpn1_vagrant.json2
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",