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

custom_jails are not populating the 'ignoreip" values in the custom_jail.conf.epp template #108

Closed
dwest-galois opened this issue Feb 15, 2019 · 1 comment · Fixed by #109

Comments

@dwest-galois
Copy link
Contributor

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.

ignoreip = <% $ignoreip.join(' ') -%>

@bastelfreak
Copy link
Member

thanks for reporting this bug. Are you able to provide a pull request with a fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants