diff --git a/roles/openshift-apps/fas/templates/buildconfig-totpcgi.yml b/roles/openshift-apps/fas/templates/buildconfig-totpcgi.yml index 69d5d78f54..fd5568fdac 100644 --- a/roles/openshift-apps/fas/templates/buildconfig-totpcgi.yml +++ b/roles/openshift-apps/fas/templates/buildconfig-totpcgi.yml @@ -24,6 +24,8 @@ spec: httpd \ mod_ssl + RUN wget https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/roles/totpcgi/files/index.cgi -o /var/www/totpcgi/index.cgi + RUN chmod -R o+rx /var/www/totpcgi* EXPOSE 8080