We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am pretty sure this is just a matter of fixing a syntax typo.
ignoreip = <% $ignoreip.join(' ') -%>
should be
ignoreip = <%= $ignoreip.join(' ') -%>
This change "Inserts the value of a single expression" instead of just executing it.
puppet-fail2ban/templates/common/custom_jail.conf.epp
Line 25 in bfc03b8
The text was updated successfully, but these errors were encountered:
thanks for reporting this bug. Are you able to provide a pull request with a fix?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I am pretty sure this is just a matter of fixing a syntax typo.
ignoreip = <% $ignoreip.join(' ') -%>should be
ignoreip = <%= $ignoreip.join(' ') -%>This change "Inserts the value of a single expression" instead of just executing it.
puppet-fail2ban/templates/common/custom_jail.conf.epp
Line 25 in bfc03b8
The text was updated successfully, but these errors were encountered: