diff options
author | elijah <elijah@riseup.net> | 2016-01-13 09:51:02 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-01-13 09:51:02 -0800 |
commit | 91a9efb66c3547d827eaba5f132e2ce1118cb2d0 (patch) | |
tree | 01bdcf1cf64b7e299d2b79e2026994eeed8621b7 | |
parent | 2a3861a79c7cf65c76f395aee437ec79639f1b1c (diff) |
leap_cli 1.7 requires environments be in tags.
-rw-r--r-- | nodes/antelope.json | 2 | ||||
-rw-r--r-- | tags/mail.json | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/nodes/antelope.json b/nodes/antelope.json index 30c1bef..0a1d20c 100644 --- a/nodes/antelope.json +++ b/nodes/antelope.json @@ -1,7 +1,7 @@ { "ip_address": "199.119.112.167", - "environment": "mail", "services": ["webapp", "couchdb", "mx", "soledad"], + "tags": ["mail"], "webapp": { "customization_dir": "= file_path 'mail_webapp'" } diff --git a/tags/mail.json b/tags/mail.json new file mode 100644 index 0000000..675c925 --- /dev/null +++ b/tags/mail.json @@ -0,0 +1,3 @@ +{ + "environment": "mail" +}
\ No newline at end of file |