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
https://github.com/djjudas21/puppet-freeradius/blob/master/manifests/client.pp#L19 requires an integer, but I would like to use the string '1812-1813 or array [1812,1813], which is valid for passing along to the firewall resource. Can you consider using Variant[Array[Integer],Integer]?
'1812-1813
[1812,1813]
Variant[Array[Integer],Integer]
The text was updated successfully, but these errors were encountered:
Thanks for this. Yes those ranges are valid for firewall rules and it's a good suggestion. Can you raise a PR, please?
Sorry, something went wrong.
Hi @decibelhertz I want to close this one off - are you OK if I raise the PR to fix this, or do you have one you can fire through?
Yes, please raise your own PR. I've been sidetracked on this matter and would be happy for help
Successfully merging a pull request may close this issue.
https://github.com/djjudas21/puppet-freeradius/blob/master/manifests/client.pp#L19 requires an integer, but I would like to use the string
'1812-1813
or array[1812,1813]
, which is valid for passing along to the firewall resource. Can you consider usingVariant[Array[Integer],Integer]
?The text was updated successfully, but these errors were encountered: