diff --git a/tasks/storage.yml b/tasks/storage.yml index c7d2c16..d3b1b7d 100644 --- a/tasks/storage.yml +++ b/tasks/storage.yml @@ -4,8 +4,8 @@ file: path: "{{ koji_mount }}" state: directory - owner: apache - group: apache + owner: '48' + group: '48' mode: '0755' - name: Mount the NFS store @@ -20,7 +20,7 @@ file: path: "{{ koji_mount }}/{{ item }}" state: directory - owner: apache - group: apache + owner: '48' + group: '48' mode: '0755' with_items: "{{ koji_default_directories }}" diff --git a/templates/etc/httpd/conf.d/kojihub.conf.j2 b/templates/etc/httpd/conf.d/kojihub.conf.j2 index 44d9720..a174815 100644 --- a/templates/etc/httpd/conf.d/kojihub.conf.j2 +++ b/templates/etc/httpd/conf.d/kojihub.conf.j2 @@ -45,6 +45,6 @@ Alias /kojifiles "{{ koji_mount }}/" AuthType GSSAPI AuthName "GSSAPI Single Sign On Login" - GssapiCredStore keytab:{{ koji_hub_keytab }} + GssapiCredStore keytab:{{ koji_web_keytab }} Require valid-user