diff options
author | varac <varacanero@zeromail.org> | 2013-07-17 15:48:04 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-07-17 15:48:17 +0200 |
commit | 0c500ecf89940d050b29dad32f3d3b19cf30e5dc (patch) | |
tree | be21b6c4783e213b2b987c9f96b5148f65c60f4c /nodes | |
parent | 954c92eb95ebdfe1263a3f93ca6f52d4940e9409 (diff) |
updated woodlouse: added DC + production tags
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/woodlouse.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/nodes/woodlouse.json b/nodes/woodlouse.json index 7fda8fe..79f679a 100644 --- a/nodes/woodlouse.json +++ b/nodes/woodlouse.json @@ -1,5 +1,8 @@ { - "couchdb2": null, "ip_address": "199.119.112.2", - "services": "couchdb" + "services": [ + "couchdb", + "soledad" + ], + "tags": ["production", "phnompenh"] } |