Merge "Fix the read mariadb log permission issue for fluentd"

This commit is contained in:
Jenkins 2017-02-16 10:57:55 +00:00 committed by Gerrit Code Review
commit 16f2c199f1

View File

@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
{% import "macros.j2" as macros with context %}
{{ macros.configure_user(name='td-agent') }}
{{ macros.configure_user(name='td-agent', groups='mysql') }}
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}