diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-09-06 10:43:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 10:43:42 -0400 |
commit | 57178f35c1bef0c87d814848a0a9f9e4c55de899 (patch) | |
tree | c5dc1383cb7efbce962b55a03dca3342c2d6b92e | |
parent | bb59f5617bce05d61f594efe6e602d307bc6f200 (diff) | |
parent | d1da791520271877016f80efef85de4bff5fcce0 (diff) | |
download | openshift-57178f35c1bef0c87d814848a0a9f9e4c55de899.tar.gz openshift-57178f35c1bef0c87d814848a0a9f9e4c55de899.tar.bz2 openshift-57178f35c1bef0c87d814848a0a9f9e4c55de899.tar.xz openshift-57178f35c1bef0c87d814848a0a9f9e4c55de899.zip |
Merge pull request #5306 from mgugino-upstream-stage/fix-master-systemd-units
Merged by openshift-bot
-rw-r--r-- | roles/openshift_master/tasks/systemd_units.yml | 2 |
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 |