firewall 7.0.0 compat #37
Annotations
4 errors and 3 warnings
build (2.4.4, ~> 5.0)
Process completed with exit code 1.
|
build (2.7, ~> 7.0):
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
|
build (2.7, ~> 7.0)
Process completed with exit code 1.
|
build (2.4.4, ~> 6.0)
Process completed with exit code 1.
|
build (2.4.4, ~> 5.0)
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/
|
build (2.7, ~> 7.0)
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/
|
build (2.4.4, ~> 6.0)
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/
|