diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index b72c65ec..7c04c039 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -240,6 +240,9 @@ def main(): if ".qa." in host_info["fqdn"] or host_info["fqdn"] in qa_exceptions: modules["sunet"]["tag"] = "eidas-qa-2*" + if re.match(r'^log-test-', host_info["fqdn"]): + modules["sunet"]["tag"] = "pahol-fix-rsyslog*" + if re.match(r'^log-qa-', host_info["fqdn"]): modules["sunet"]["tag"] = "pahol-fix-rsyslog*"