Merge "playbooks: os-swift-install: Use correct group name on openSUSE"
This commit is contained in:
commit
e46193074d
@ -35,7 +35,9 @@
|
|||||||
- src: "/openstack/log/{{ inventory_hostname }}-swift"
|
- src: "/openstack/log/{{ inventory_hostname }}-swift"
|
||||||
dest: "/var/log/swift"
|
dest: "/var/log/swift"
|
||||||
owner: "syslog"
|
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
|
- include: common-tasks/package-cache-proxy.yml
|
||||||
|
|
||||||
# If we're using ceilometer then swift needs a rabbitmq/vhost & usera
|
# If we're using ceilometer then swift needs a rabbitmq/vhost & usera
|
||||||
|
Loading…
Reference in New Issue
Block a user