From 91a9efb66c3547d827eaba5f132e2ce1118cb2d0 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 13 Jan 2016 09:51:02 -0800 Subject: leap_cli 1.7 requires environments be in tags. --- nodes/antelope.json | 2 +- tags/mail.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 tags/mail.json 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 -- cgit v1.2.3