diff --git a/roles/base/templates/syncHttpLogs.sh.j2 b/roles/base/templates/syncHttpLogs.sh.j2 index d83f63d65f..8cca68d5da 100644 --- a/roles/base/templates/syncHttpLogs.sh.j2 +++ b/roles/base/templates/syncHttpLogs.sh.j2 @@ -33,6 +33,11 @@ function syncHttpLogs { syncHttpLogs {{host}} {% endfor %} +## Sync up all internal proxies +{% for host in groups['proxies-internal'] %} +syncHttpLogs {{host}} +{% endfor %} + ## Sync up all staging proxies {% for host in groups['proxies-stg'] %} syncHttpLogs {{host}}