diff options
author | Micah Anderson <micah@riseup.net> | 2012-11-15 17:05:42 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-11-15 17:05:42 -0500 |
commit | 16b1f266cdbf2f07bff6ff26c13be71e6da9b150 (patch) | |
tree | 9f110fe3df94a07301006dd7dcfd07e021454606 /provider | |
parent | ead0733833c32240b4e0ee7729737beedd662fb0 (diff) |
Revert "remove unknown vagrant tags from nodes" - now that tags/vagrant.json
exists, these tags should work
This reverts commit e307b25672f534fbd057483c1af11060bb40d530.
Conflicts:
provider/nodes/couchdb1_vagrant.json
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 |
3 files changed, 4 insertions, 1 deletions
diff --git a/provider/nodes/couchdb1_vagrant.json b/provider/nodes/couchdb1_vagrant.json index 4b1dde1..390767d 100644 --- a/provider/nodes/couchdb1_vagrant.json +++ b/provider/nodes/couchdb1_vagrant.json @@ -1,4 +1,5 @@ { "services": "couchdb", - "ip_address": "10.5.5.44" + "ip_address": "10.5.5.44", + "tags": ["vagrant"] } diff --git a/provider/nodes/vpn1_vagrant.json b/provider/nodes/vpn1_vagrant.json index 54c0c97..5851302 100644 --- a/provider/nodes/vpn1_vagrant.json +++ b/provider/nodes/vpn1_vagrant.json @@ -1,5 +1,6 @@ { "services": "openvpn", + "tags": ["vagrant"], "ip_address": "10.5.5.45", "interface": "eth0", "tags": "production", diff --git a/provider/nodes/web1_vagrant.json b/provider/nodes/web1_vagrant.json index 689ce62..4e80ba9 100644 --- a/provider/nodes/web1_vagrant.json +++ b/provider/nodes/web1_vagrant.json @@ -1,4 +1,5 @@ { "services": "webapp", + "tags": ["vagrant"], "ip_address": "10.5.5.47" } |