Try switching this uid
This commit is contained in:
parent
c0a58a9248
commit
2a91a10864
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
- packages
|
||||
|
||||
- name: add totpcgi user
|
||||
user: name=totpcgi uid=430 state=present home=/var/lib/totpcgi createhome=yes system=yes
|
||||
user: name=totpcgi uid=500 state=present home=/var/lib/totpcgi createhome=yes system=yes
|
||||
tags:
|
||||
- config
|
||||
|
||||
|
@ -85,7 +85,7 @@
|
|||
- name: copy staging server cert file over
|
||||
copy: >
|
||||
src={{ puppet_private }}/2fa-certs/keys/fas-all.stg.phx2.fedoraproject.org.crt
|
||||
dest=/etc/pki/totpcgi/totpcgi-server.crt
|
||||
dest=/etc/pki/tls/certs/totpcgi-server.crt
|
||||
owner=root
|
||||
group=totpcgi
|
||||
mode=0640
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue