firewall 7.0.0 compat #37
Annotations
2 errors and 1 warning
spec/defines/firewall_multi_spec.rb#L341
firewall_multi when using two providers is expected to contain Firewall[00100 accept on ports 80 and 443 using provider iptables] with jump => "accept", dport => ["80", "443"], proto => "tcp" and provider => "iptables"
Failure/Error:
is_expected.to contain_firewall(
"00100 accept on ports 80 and 443 using provider #{provider}"
).with(
"jump" => "accept",
"dport" => %w[80 443],
"proto" => "tcp",
"provider" => provider
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Firewall_multi[00100 accept on ports 80 and 443]: has no parameter named 'provider' (line: 2) on node fv-az934-274.nyedjwpmj0vepi014vzcwdhzhe.bx.internal.cloudapp.net
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading