From 8427e824c50108835035060fdecbb9f26ef4e437 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 1 Aug 2019 21:32:44 +0000 Subject: [PATCH] fas / totp-provisioning: fix template names Signed-off-by: Kevin Fenzi --- roles/openshift-apps/fas/templates/buildconfig-totpcgi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/fas/templates/buildconfig-totpcgi.yml b/roles/openshift-apps/fas/templates/buildconfig-totpcgi.yml index 21474d1daa..2b5e279420 100644 --- a/roles/openshift-apps/fas/templates/buildconfig-totpcgi.yml +++ b/roles/openshift-apps/fas/templates/buildconfig-totpcgi.yml @@ -33,8 +33,8 @@ spec: RUN mkdir -p /etc/totpcgi/templates RUN curl https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/roles/totpcgi/files/html/error.html -o /etc/totpcgi/templates/error.html - RUN curl https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/roles/totpcgi/files/html/error.html -o /etc/totpcgi/templates/login.html - RUN curl https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/roles/totpcgi/files/html/error.html -o /etc/totpcgi/templates/totp.html + RUN curl https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/roles/totpcgi/files/html/login.html -o /etc/totpcgi/templates/login.html + RUN curl https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/roles/totpcgi/files/html/totp.html -o /etc/totpcgi/templates/totp.html EXPOSE 8080 ENTRYPOINT bash /etc/totpcgi/start.sh