summaryrefslogtreecommitdiff
path: root/provider_base/services/mx.json
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2013-12-19 16:03:45 -0500
committerMicah Anderson <micah@leap.se>2013-12-19 16:03:45 -0500
commit5f7f2cd3a61aafb1afc81b74b3ef03afe3a64221 (patch)
treec8612c419eb7bab14cc0bb78b52bf459562a5614 /provider_base/services/mx.json
parent66ad58f2bc3b285bd17d5e61a21afece11d2c293 (diff)
Set mynetworks to include any mx server in the provider to allow them to0.5.0rc1
Helo as the domain (#4495) Change-Id: I6c8ac28faceb8b0c6129a606ede04837efd3d261
Diffstat (limited to 'provider_base/services/mx.json')
-rw-r--r--provider_base/services/mx.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/provider_base/services/mx.json b/provider_base/services/mx.json
index 9d0ee532..d57c3168 100644
--- a/provider_base/services/mx.json
+++ b/provider_base/services/mx.json
@@ -6,6 +6,7 @@
"servers": "= haproxy_servers(nodes_like_me[:services => :couchdb], stunnel.couch_client)"
},
"couchdb_leap_mx_user": "= global.services[:couchdb].couch.users[:leap_mx]",
+ "mx_nodes": "= nodes['services' => 'mx']['environment' => '!local'].field('ip_address')",
"x509": {
"use": true,
"ca_cert": "= file :ca_cert, :missing => 'provider CA. Run `leap cert ca`'",