summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--provider_base/common.json1
-rw-r--r--provider_base/services/mx.json3
2 files changed, 1 insertions, 3 deletions
diff --git a/provider_base/common.json b/provider_base/common.json
index 2313bd8b..7ccb5005 100644
--- a/provider_base/common.json
+++ b/provider_base/common.json
@@ -3,6 +3,7 @@
"environment": null,
"services": [],
"tags": [],
+ "contacts": "= global.provider.contacts.default",
"domain": {
"full_suffix": "= global.provider.domain",
"internal_suffix": "= global.provider.domain_internal",
diff --git a/provider_base/services/mx.json b/provider_base/services/mx.json
index f999dd23..7b0aa57b 100644
--- a/provider_base/services/mx.json
+++ b/provider_base/services/mx.json
@@ -1,7 +1,4 @@
{
- "mx": {
- "contact": "= global.provider.contacts.default"
- },
"stunnel": {
"couch_client": "= stunnel_client(nodes_like_me[:services => :couchdb], global.services[:couchdb].couch.port)"
},