From 50f6d3a5fb48291768e41d9a2d05c96cb4f4cf9b Mon Sep 17 00:00:00 2001 From: nazunalika Date: Sat, 23 Jan 2021 22:21:14 -0700 Subject: [PATCH] quick fix --- tasks/storage.yml | 8 ++++---- templates/etc/httpd/conf.d/kojihub.conf.j2 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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