diff options
Diffstat (limited to 'provider/nodes')
-rw-r--r-- | provider/nodes/ca1_vagrant.json | 3 | ||||
-rw-r--r-- | provider/nodes/sloth.json | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/provider/nodes/ca1_vagrant.json b/provider/nodes/ca1_vagrant.json index 00bddb4..a4ea563 100644 --- a/provider/nodes/ca1_vagrant.json +++ b/provider/nodes/ca1_vagrant.json @@ -1,6 +1,5 @@ { "services": "ca", "ip_address": "10.5.5.48", - "interface": "eth0", - "tags": "production" + "interface": "eth0" } diff --git a/provider/nodes/sloth.json b/provider/nodes/sloth.json index 8c4df16..7ce5483 100644 --- a/provider/nodes/sloth.json +++ b/provider/nodes/sloth.json @@ -2,5 +2,7 @@ "services": "couchdb", "ip_address": "176.53.69.122", "ssh": { - "port": 4422 } + "port": 4422 + }, + "tags": "production" } |