diff options
author | Micah Anderson <micah@riseup.net> | 2017-04-27 14:55:19 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2017-04-27 14:55:19 -0400 |
commit | a216e9796d045c0422fa3b27521120b3529f39e4 (patch) | |
tree | 52da18e3778a7b1ce2e546008b0c7ff003857dba | |
parent | ae9d8ab1346c6d059e046d43f18e698eb996c59d (diff) |
remove the duplicate, and unnecessary mail environment
-rw-r--r-- | nodes/alpaca.json | 2 | ||||
-rw-r--r-- | tags/mail.json | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/nodes/alpaca.json b/nodes/alpaca.json index 98badc8..eb0cdf0 100644 --- a/nodes/alpaca.json +++ b/nodes/alpaca.json @@ -1,7 +1,7 @@ { "ip_address": "199.119.112.223", "services": ["webapp", "couchdb", "mx", "soledad"], - "tags": ["demomail", "mail", "dc"], + "tags": ["demomail", "dc"], "webapp": { "customization_dir": "= file_path 'mail_webapp'" } diff --git a/tags/mail.json b/tags/mail.json deleted file mode 100644 index 675c925..0000000 --- a/tags/mail.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "environment": "mail" -}
\ No newline at end of file |