diff options
author | elijah <elijah@riseup.net> | 2012-11-27 01:32:50 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-27 01:32:50 -0800 |
commit | 4bd32da57634b0b38ff42544f5fcec2d37cfe218 (patch) | |
tree | ecb1d801edafd9285538a96d45bd42f828f75c12 /provider | |
parent | 80f60bbc52f11e16ab9340355208bb8b6e3a2091 (diff) |
removed 'vagrant' tag. now 'local' tag is set automatically.
Diffstat (limited to 'provider')
-rw-r--r-- | provider/nodes/couchdb1_vagrant.json | 3 | ||||
-rw-r--r-- | provider/nodes/vpn1_vagrant.json | 1 | ||||
-rw-r--r-- | provider/nodes/web1_vagrant.json | 1 | ||||
-rw-r--r-- | provider/tags/vagrant.json | 2 |
4 files changed, 1 insertions, 6 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" } diff --git a/provider/tags/vagrant.json b/provider/tags/vagrant.json deleted file mode 100644 index 2c63c08..0000000 --- a/provider/tags/vagrant.json +++ /dev/null @@ -1,2 +0,0 @@ -{ -} |