From e307b25672f534fbd057483c1af11060bb40d530 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 14 Nov 2012 10:37:00 -0500 Subject: remove unknown vagrant tags from nodes --- provider/nodes/couchdb1_vagrant.json | 1 - provider/nodes/vpn1_vagrant.json | 1 - provider/nodes/web1_vagrant.json | 1 - 3 files changed, 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" } -- cgit v1.2.3