Fix errors due to repo_service_user_name setting
Changing the paths of nginx logs to not rely on the user name of repo service. This is because nginx related configurations, playbooks assume nginx in the directory names. Change-Id: I2fb0ec7a2f6a1d536363d1b2056394b6534287cf Closes-Bug: #1633739
This commit is contained in:
parent
c82e388e83
commit
f4247c7c14
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user