Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrectly defined default for amq_broker_logger_config_template #86

Merged

Conversation

guidograzioli
Copy link
Member

@guidograzioli guidograzioli commented Jul 27, 2023

With redhat.amq_broker 1.3.7 it is necessary to override default of amq_broker_logger_config_template to {{ 'log4j2.properties' if amq_broker_version is version_compare('7.11.0', '>=') else 'logging.properties' }} (or just set the filename to 'log4j2.properties' or 'logging.properties' depending on the version). The problem is in the downstream parameters defined in argument specs.

Fix #85
Workaround for bugzilla #2224411

@guidograzioli guidograzioli added the bugfixes Fixes that resolve issues. SHOULD not be used for minor enhancements label Jul 27, 2023
@guidograzioli guidograzioli changed the title fix downstream ref to upstream param Fix incorrectly defined default for amq_broker_logger_config_template Jul 27, 2023
@guidograzioli guidograzioli merged commit de5bd80 into ansible-middleware:main Jul 27, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfixes Fixes that resolve issues. SHOULD not be used for minor enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

References for activemq_version instead of amqbroker_version
1 participant