dubee commented on a change in pull request #3893: Always create users-database
in couchdb, independently from the amoun…
URL:
https://github.com/apache/incubator-openwhisk/pull/3893#discussion_r204432484
##########
File path: ansible/roles/couchdb/tasks/deploy.yml
##########
@@ -59,7 +59,7 @@
user: "{{ db.credentials.admin.user }}"
password: "{{ db.credentials.admin.pass }}"
force_basic_auth: yes
- when: (couchdb.version|version_compare('2.0','>=')) and (db.instances|int ==
1)
+ when: (inventory_hostname == coordinator) and
(couchdb.version|version_compare('2.0','>=')
Review comment:
Missing an `)` at the end of the line.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services