Straighten out krb perms for the koji package list sync script.
This commit is contained in:
parent
f65b852044
commit
e4d091edb6
2 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,8 @@
|
|||
|
||||
- role: keytab/service
|
||||
service: pkgdb
|
||||
owner_user: fedmsg
|
||||
owner_group: fedmsg
|
||||
- role: keytab/service
|
||||
owner_user: apache
|
||||
owner_group: apache
|
||||
|
|
|
@ -8,5 +8,8 @@ User=fedmsg
|
|||
Group=fedmsg
|
||||
Restart=on-failure
|
||||
|
||||
# Use a different ccname so we don't share tickets with bodhi.
|
||||
Environment=KRB5CCNAME=/var/tmp/owner-sync-krbcc
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue