summaryrefslogtreecommitdiff
path: root/provider/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'provider/nodes')
-rw-r--r--provider/nodes/couchdb1_vagrant.json3
-rw-r--r--provider/nodes/vpn1_vagrant.json1
-rw-r--r--provider/nodes/web1_vagrant.json1
3 files changed, 1 insertions, 4 deletions
diff --git a/provider/nodes/couchdb1_vagrant.json b/provider/nodes/couchdb1_vagrant.json
index 390767d..4b1dde1 100644
--- a/provider/nodes/couchdb1_vagrant.json
+++ b/provider/nodes/couchdb1_vagrant.json
@@ -1,5 +1,4 @@
{
"services": "couchdb",
- "ip_address": "10.5.5.44",
- "tags": ["vagrant"]
+ "ip_address": "10.5.5.44"
}
diff --git a/provider/nodes/vpn1_vagrant.json b/provider/nodes/vpn1_vagrant.json
index 33cccd0..12e01d6 100644
--- a/provider/nodes/vpn1_vagrant.json
+++ b/provider/nodes/vpn1_vagrant.json
@@ -1,6 +1,5 @@
{
"services": "openvpn",
- "tags": ["vagrant"],
"ip_address": "10.5.5.45",
"interface": "eth0",
"openvpn": {
diff --git a/provider/nodes/web1_vagrant.json b/provider/nodes/web1_vagrant.json
index 4e80ba9..689ce62 100644
--- a/provider/nodes/web1_vagrant.json
+++ b/provider/nodes/web1_vagrant.json
@@ -1,5 +1,4 @@
{
"services": "webapp",
- "tags": ["vagrant"],
"ip_address": "10.5.5.47"
}