diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-01-25 08:16:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-25 08:16:53 -0500 |
commit | 1fc50fe66e982af1cad58db2f6bddf05cbbef985 (patch) | |
tree | 03199015a9ad8f0d12d47eedb9da72107c5bf29c /roles/openshift_loadbalancer/tasks | |
parent | b09163ff0e87e457ca9f8cdc9cb42c6c8e241fbb (diff) | |
parent | 7d5d91f3fc9542abfde5c855a0e7e82fde0e640a (diff) | |
download | openshift-1fc50fe66e982af1cad58db2f6bddf05cbbef985.tar.gz openshift-1fc50fe66e982af1cad58db2f6bddf05cbbef985.tar.bz2 openshift-1fc50fe66e982af1cad58db2f6bddf05cbbef985.tar.xz openshift-1fc50fe66e982af1cad58db2f6bddf05cbbef985.zip |
Merge pull request #3147 from andrewklau/haproxy-container
Fix containerized haproxy config
Diffstat (limited to 'roles/openshift_loadbalancer/tasks')
-rw-r--r-- | roles/openshift_loadbalancer/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_loadbalancer/tasks/main.yml b/roles/openshift_loadbalancer/tasks/main.yml index e9bc8b4ab..68bb4ace8 100644 --- a/roles/openshift_loadbalancer/tasks/main.yml +++ b/roles/openshift_loadbalancer/tasks/main.yml @@ -17,7 +17,7 @@ - name: Create the systemd unit files template: src: "haproxy.docker.service.j2" - dest: "{{ containerized_svc_dir }}/haproxy.service" + dest: "/etc/systemd/system/haproxy.service" when: openshift.common.is_containerized | bool notify: restart haproxy |