The mirrormanager2-frontend RPM does not create a mirrormanager user
Create the user manually for the crawler log sync.
This commit is contained in:
parent
ea90f2cdce
commit
f557808f7e
1 changed files with 6 additions and 0 deletions
|
@ -72,6 +72,12 @@
|
|||
- mm2_frontend
|
||||
- config
|
||||
|
||||
- name: Create mirrormanager user
|
||||
user: name=mirrormanager state=present home=/var/lib/mirrormanager createhome=yes shell=/sbin/nologin
|
||||
tags:
|
||||
- mm2_frontend
|
||||
- config
|
||||
|
||||
- name: install crawler log sync
|
||||
template: src=sync-crawler-logs.sh dest=/usr/local/bin/sync-crawler-logs.sh mode=0755
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue