summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-07-25 18:06:39 -0400
committerAndrew Butcher <abutcher@redhat.com>2016-07-25 18:06:39 -0400
commit755f1306066aa1fe78972d4af6e87afff57b5bc6 (patch)
tree416066fa02fbff1dc8bfdece3ccd8ed181b3a24f /playbooks/common/openshift-master
parentcd46274c9d52dab3553f3f88fca37bf2a93c9068 (diff)
downloadopenshift-755f1306066aa1fe78972d4af6e87afff57b5bc6.tar.gz
openshift-755f1306066aa1fe78972d4af6e87afff57b5bc6.tar.bz2
openshift-755f1306066aa1fe78972d4af6e87afff57b5bc6.tar.xz
openshift-755f1306066aa1fe78972d4af6e87afff57b5bc6.zip
Replace master_cert_config_dir with common config_base fact.
Diffstat (limited to 'playbooks/common/openshift-master')
-rw-r--r--playbooks/common/openshift-master/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml
index 911c23d70..37900a1e3 100644
--- a/playbooks/common/openshift-master/config.yml
+++ b/playbooks/common/openshift-master/config.yml
@@ -199,7 +199,7 @@
- name: Deploy named certificates
hosts: oo_masters_to_config
vars:
- named_certs_dir: "{{ master_cert_config_dir }}/named_certificates/"
+ named_certs_dir: "{{ openshift.common.config_base }}/master/named_certificates/"
named_certs_specified: "{{ openshift_master_named_certificates is defined }}"
overwrite_named_certs: "{{ openshift_master_overwrite_named_certificates | default(false) }}"
roles: