fas / totp-provisioning: fix template names
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
524278ee3f
commit
8427e824c5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue