markusthoemmes closed pull request #3885: Fix typo dp_port in 
ansible/group_vars/all
URL: https://github.com/apache/incubator-openwhisk/pull/3885
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/ansible/group_vars/all b/ansible/group_vars/all
index 19a7c9fe69..da059b06bb 100644
--- a/ansible/group_vars/all
+++ b/ansible/group_vars/all
@@ -223,7 +223,7 @@ nginx:
 db:
   provider: "{{ db_provider | default(lookup('ini', 'db_provider 
section=db_creds file={{ playbook_dir }}/db_local.ini')) }}"
   protocol: "{{ db_protocol | default(lookup('ini', 'db_protocol 
section=db_creds file={{ playbook_dir }}/db_local.ini')) }}"
-  port: "{{ dp_port | default(lookup('ini', 'db_port section=db_creds file={{ 
playbook_dir }}/db_local.ini')) }}"
+  port: "{{ db_port | default(lookup('ini', 'db_port section=db_creds file={{ 
playbook_dir }}/db_local.ini')) }}"
   host: "{{ db_host | default(lookup('ini', 'db_host section=db_creds file={{ 
playbook_dir }}/db_local.ini')) }}"
   instances: "{{ groups['db'] | length }}"
   authkeys:


 

----------------------------------------------------------------
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

Reply via email to