Merge "Fix errors due to repo_service_user_name setting"

This commit is contained in:
Jenkins 2016-10-25 11:03:59 +00:00 committed by Gerrit Code Review
commit 6b8c5b671e

View File

@ -52,7 +52,7 @@
- role: "repo_server"
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: repo_nginx_log_rotate
rsyslog_client_log_dir: "/var/log/{{ repo_service_user_name }}"
rsyslog_client_log_dir: "/var/log/nginx"
rsyslog_client_log_files:
- /var/log/rsyncd.log
rsyslog_client_config_name: "99-repo-nginx-rsyslog-client.conf"