From a7380ee34769e8142f4fb9e58825af5fd1342108 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 19 Jun 2014 14:30:22 -0700 Subject: fix typo in _couchdb_multimaster.json --- provider_base/services/_couchdb_multimaster.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider_base/services/_couchdb_multimaster.json b/provider_base/services/_couchdb_multimaster.json index 3eb4835c..ff133b9c 100644 --- a/provider_base/services/_couchdb_multimaster.json +++ b/provider_base/services/_couchdb_multimaster.json @@ -14,7 +14,7 @@ "epmd_port": 4369, "ednp_port": 9002, "cookie": "= secret :bigcouch_cookie", - "neighbors": "= nodes_like_me['services' => 'couchdb']['couchdb.master' => true].exclude(self).field('domain.full')" + "neighbors": "= nodes_like_me['services' => 'couchdb']['couch.master' => true].exclude(self).field('domain.full')" } } } -- cgit v1.2.3