summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-06-20 01:59:01 -0700
committerelijah <elijah@riseup.net>2014-06-25 18:17:22 -0700
commit0fbb8b1c2ddcabc23c19229ea89a2070964fc7ab (patch)
treef1b84f4533a0443088b64fb171d0f0f9076770a0 /provider_base
parent49f0c54a05f6b542367f8ef4538316ba2eaac6cd (diff)
tmp comment out error if no master nodes defined
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/services/couchdb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/provider_base/services/couchdb.rb b/provider_base/services/couchdb.rb
index c8f5d8a7..c63e3a00 100644
--- a/provider_base/services/couchdb.rb
+++ b/provider_base/services/couchdb.rb
@@ -3,7 +3,7 @@
#
unless nodes_like_me['services' => 'couchdb']['couch.master' => true].any?
- raise 'node `%s`, environment `%s`: there must be at least one node with couch.master set to `true` for this environment.' % [@node.name, @node.environment]
+ #raise 'node `%s`, environment `%s`: there must be at least one node with couch.master set to `true` for this environment.' % [@node.name, @node.environment]
end
if couch.master