Merge "playbooks: os-swift-install: Use correct group name on openSUSE"

This commit is contained in:
Jenkins 2017-08-26 12:19:21 +00:00 committed by Gerrit Code Review
commit e46193074d
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@
- src: "/openstack/log/{{ inventory_hostname }}-swift"
dest: "/var/log/swift"
owner: "syslog"
group: "syslog"
# NOTE(hwoarang) The syslog user on openSUSE belongs to the 'users'
# group. There is no dedicated syslog group.
group: "{{ (ansible_pkg_mgr == 'zypper') | ternary ('users', 'syslog') }}"
- include: common-tasks/package-cache-proxy.yml
# If we're using ceilometer then swift needs a rabbitmq/vhost & usera