You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ma...@apache.org on 2018/07/23 10:29:47 UTC

[incubator-openwhisk] branch master updated: Fix typo dp_port in ansible/group_vars/all. (#3885)

This is an automated email from the ASF dual-hosted git repository.

markusthoemmes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d3959e  Fix typo dp_port in ansible/group_vars/all. (#3885)
0d3959e is described below

commit 0d3959ea288a14d5278a95d56f0fb56e7a46cb23
Author: jiangpch <ji...@navercorp.com>
AuthorDate: Mon Jul 23 18:29:43 2018 +0800

    Fix typo dp_port in ansible/group_vars/all. (#3885)
---
 ansible/group_vars/all | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/group_vars/all b/ansible/group_vars/all
index b95e3de..9ce361e 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: