summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/systemd_units.yml
diff options
context:
space:
mode:
authorMichael Gugino <mgugino@redhat.com>2017-09-05 16:46:02 -0400
committerMichael Gugino <mgugino@redhat.com>2017-09-05 16:46:02 -0400
commitd1da791520271877016f80efef85de4bff5fcce0 (patch)
tree998b559eeeabb188b533c2cd0f26346330b7b815 /roles/openshift_master/tasks/systemd_units.yml
parent91043b66d3c085e6186d7447ebd02befa09149c9 (diff)
downloadopenshift-d1da791520271877016f80efef85de4bff5fcce0.tar.gz
openshift-d1da791520271877016f80efef85de4bff5fcce0.tar.bz2
openshift-d1da791520271877016f80efef85de4bff5fcce0.tar.xz
openshift-d1da791520271877016f80efef85de4bff5fcce0.zip
Fix: set openshift_master_config_dir to the correct value.
Previous commit set 'openshift_master_config_dir' to '/var/lib/origin' if undefined during upgrades. This commit sets value to the proper directory '/etc/origin'
Diffstat (limited to 'roles/openshift_master/tasks/systemd_units.yml')
-rw-r--r--roles/openshift_master/tasks/systemd_units.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master/tasks/systemd_units.yml b/roles/openshift_master/tasks/systemd_units.yml
index 782a35abe..17fd3206d 100644
--- a/roles/openshift_master/tasks/systemd_units.yml
+++ b/roles/openshift_master/tasks/systemd_units.yml
@@ -7,7 +7,7 @@
# openshift_master_config_dir is set.
- name: Set openshift_master_config_dir if unset
set_fact:
- openshift_master_config_dir: '/var/lib/origin'
+ openshift_master_config_dir: '/etc/origin'
when: openshift_master_config_dir is not defined
- name: Remove the legacy master service if it exists