There's no apache user on mm-backend01, so no need to add s3sync to it's group.

This commit is contained in:
Kevin Fenzi 2015-07-27 19:40:55 +00:00
parent 2c5a5af8a1
commit 3b11f96856

View file

@ -2,7 +2,7 @@
group: gid=442 name=s3-mirror
- name: Create s3-mirror user
user: group=s3-mirror groups=mirrors,mirrors2,apache name=s3-mirror comment="s3-mirror user" home=/home/s3-mirror shell=/bin/bash
user: group=s3-mirror groups=mirrors,mirrors2 name=s3-mirror comment="s3-mirror user" home=/home/s3-mirror shell=/bin/bash
- name: s3cfg file
template: src=s3cfg dest=/home/s3-mirror/.s3cfg owner=s3-mirror group=s3-mirror mode=0600