You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just updated to the latest version of your module and the firewall module – 7.0.2 and 7.0.3 respectively.
After that we noticed the following in our reports:
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Firewall_multi[000 accept all icmp]: has no parameter named 'action'
contoso_base::firewall::pre::rules:
'000 accept all icmp':
policy: 'accept'
proto: 'icmp'
This hash is handled in a manifest like so:
create_resources(firewall_multi, $rules)
it still reported an issue, this time it said policy is no known parameter
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Firewall_multi[000 accept all icmp]: has no parameter named 'policy'
I'm a bit stumped now. Am I using the module wrong or is there something missing?
The text was updated successfully, but these errors were encountered:
We just updated to the latest version of your module and the firewall module – 7.0.2 and 7.0.3 respectively.
After that we noticed the following in our reports:
We then checked the firewall docs: https://forge.puppet.com/modules/puppetlabs/firewall/reference#policy
So it seems that
action
was replaced bypolicy
.After changing our rule to say:
This hash is handled in a manifest like so:
it still reported an issue, this time it said
policy
is no known parameterI'm a bit stumped now. Am I using the module wrong or is there something missing?
The text was updated successfully, but these errors were encountered: