Adjust syslog username for CentOS

Since adding the rsyslog_client role as a dependency for Swift, the
syslog username for CentOS is the same as for Debian "syslog", as such
this patch removes the distro specific option for this variable.

Change-Id: I838dfacbe48fd8310c5e8d4405a683d11adf45ed
This commit is contained in:
Andy McCrae 2016-11-30 15:51:09 +00:00
parent e69545f1ec
commit 1d83a153a5
2 changed files with 0 additions and 4 deletions

@ -27,6 +27,4 @@ swift_distro_packages:
- rsync
- libssl-dev
swift_syslog_user_name: syslog
swift_syslog_group_name: syslog
swift_rsync_service_name: rsync

@ -27,7 +27,5 @@ swift_distro_packages:
- cronie
- cronie-anacron
swift_syslog_user_name: root
swift_syslog_group_name: root
swift_rsync_service_name: rsyncd
rdo_package: "https://rdoproject.org/repos/rdo-release.rpm"