diff options
-rw-r--r-- | provider/nodes/couchdb1_vagrant.json | 1 | ||||
-rw-r--r-- | provider/nodes/vpn1_vagrant.json | 1 | ||||
-rw-r--r-- | provider/nodes/web1_vagrant.json | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/provider/nodes/couchdb1_vagrant.json b/provider/nodes/couchdb1_vagrant.json index 6b7077e..87f4935 100644 --- a/provider/nodes/couchdb1_vagrant.json +++ b/provider/nodes/couchdb1_vagrant.json @@ -1,6 +1,5 @@ { "services": "couchdb", - "tags": ["vagrant"], "ip_address": "10.5.5.44", "ssh": { "port": 4422 } diff --git a/provider/nodes/vpn1_vagrant.json b/provider/nodes/vpn1_vagrant.json index 074f27a..888b55c 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", "ssh": { 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" } |