The mirrormanager2-frontend RPM does not create a mirrormanager user

Create the user manually for the crawler log sync.
This commit is contained in:
Adrian Reber 2015-06-22 20:56:00 +00:00
parent ea90f2cdce
commit f557808f7e

View file

@ -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: