Make "dropping invalid packets" configureable #475
Triggered via pull request
December 20, 2023 19:04
Status
Failure
Total duration
10m 39s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
28s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
20 errors and 20 warnings
Puppet / 8 (Ruby 3.2):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L10
nftables::inet_filter::in_out_conntrack on almalinux-8-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-INPUT-rule-accept_established_related] with target => "nftables-inet-filter-chain-INPUT", content =~ /^ ct state established,related accept$/ and order => "05-nftables-inet-filter-chain-INPUT-rule-accept_established_related-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-INPUT-rule-accept_established_related').with(
target: 'nftables-inet-filter-chain-INPUT',
content: %r{^ ct state established,related accept$},
order: '05-nftables-inet-filter-chain-INPUT-rule-accept_established_related-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az1113-302.v4dlmfbwbvlezlyjnbnry1jt3f.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L18
nftables::inet_filter::in_out_conntrack on almalinux-8-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-INPUT-rule-drop_invalid] with target => "nftables-inet-filter-chain-INPUT", content =~ /^ ct state invalid drop$/ and order => "06-nftables-inet-filter-chain-INPUT-rule-drop_invalid-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-INPUT-rule-drop_invalid').with(
target: 'nftables-inet-filter-chain-INPUT',
content: %r{^ ct state invalid drop$},
order: '06-nftables-inet-filter-chain-INPUT-rule-drop_invalid-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az1113-302.v4dlmfbwbvlezlyjnbnry1jt3f.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L26
nftables::inet_filter::in_out_conntrack on almalinux-8-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-OUTPUT-rule-accept_established_related] with target => "nftables-inet-filter-chain-OUTPUT", content =~ /^ ct state established,related accept$/ and order => "05-nftables-inet-filter-chain-OUTPUT-rule-accept_established_related-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-OUTPUT-rule-accept_established_related').with(
target: 'nftables-inet-filter-chain-OUTPUT',
content: %r{^ ct state established,related accept$},
order: '05-nftables-inet-filter-chain-OUTPUT-rule-accept_established_related-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az1113-302.v4dlmfbwbvlezlyjnbnry1jt3f.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L34
nftables::inet_filter::in_out_conntrack on almalinux-8-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-OUTPUT-rule-drop_invalid] with target => "nftables-inet-filter-chain-OUTPUT", content =~ /^ ct state invalid drop$/ and order => "06-nftables-inet-filter-chain-OUTPUT-rule-drop_invalid-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-OUTPUT-rule-drop_invalid').with(
target: 'nftables-inet-filter-chain-OUTPUT',
content: %r{^ ct state invalid drop$},
order: '06-nftables-inet-filter-chain-OUTPUT-rule-drop_invalid-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az1113-302.v4dlmfbwbvlezlyjnbnry1jt3f.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L10
nftables::inet_filter::in_out_conntrack on almalinux-9-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-INPUT-rule-accept_established_related] with target => "nftables-inet-filter-chain-INPUT", content =~ /^ ct state established,related accept$/ and order => "05-nftables-inet-filter-chain-INPUT-rule-accept_established_related-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-INPUT-rule-accept_established_related').with(
target: 'nftables-inet-filter-chain-INPUT',
content: %r{^ ct state established,related accept$},
order: '05-nftables-inet-filter-chain-INPUT-rule-accept_established_related-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az1113-302.v4dlmfbwbvlezlyjnbnry1jt3f.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L18
nftables::inet_filter::in_out_conntrack on almalinux-9-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-INPUT-rule-drop_invalid] with target => "nftables-inet-filter-chain-INPUT", content =~ /^ ct state invalid drop$/ and order => "06-nftables-inet-filter-chain-INPUT-rule-drop_invalid-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-INPUT-rule-drop_invalid').with(
target: 'nftables-inet-filter-chain-INPUT',
content: %r{^ ct state invalid drop$},
order: '06-nftables-inet-filter-chain-INPUT-rule-drop_invalid-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az1113-302.v4dlmfbwbvlezlyjnbnry1jt3f.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L26
nftables::inet_filter::in_out_conntrack on almalinux-9-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-OUTPUT-rule-accept_established_related] with target => "nftables-inet-filter-chain-OUTPUT", content =~ /^ ct state established,related accept$/ and order => "05-nftables-inet-filter-chain-OUTPUT-rule-accept_established_related-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-OUTPUT-rule-accept_established_related').with(
target: 'nftables-inet-filter-chain-OUTPUT',
content: %r{^ ct state established,related accept$},
order: '05-nftables-inet-filter-chain-OUTPUT-rule-accept_established_related-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az1113-302.v4dlmfbwbvlezlyjnbnry1jt3f.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L34
nftables::inet_filter::in_out_conntrack on almalinux-9-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-OUTPUT-rule-drop_invalid] with target => "nftables-inet-filter-chain-OUTPUT", content =~ /^ ct state invalid drop$/ and order => "06-nftables-inet-filter-chain-OUTPUT-rule-drop_invalid-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-OUTPUT-rule-drop_invalid').with(
target: 'nftables-inet-filter-chain-OUTPUT',
content: %r{^ ct state invalid drop$},
order: '06-nftables-inet-filter-chain-OUTPUT-rule-drop_invalid-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az1113-302.v4dlmfbwbvlezlyjnbnry1jt3f.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L10
nftables::inet_filter::in_out_conntrack on archlinux-rolling-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-INPUT-rule-accept_established_related] with target => "nftables-inet-filter-chain-INPUT", content =~ /^ ct state established,related accept$/ and order => "05-nftables-inet-filter-chain-INPUT-rule-accept_established_related-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-INPUT-rule-accept_established_related').with(
target: 'nftables-inet-filter-chain-INPUT',
content: %r{^ ct state established,related accept$},
order: '05-nftables-inet-filter-chain-INPUT-rule-accept_established_related-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az1113-302.v4dlmfbwbvlezlyjnbnry1jt3f.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L18
nftables::inet_filter::in_out_conntrack on archlinux-rolling-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-INPUT-rule-drop_invalid] with target => "nftables-inet-filter-chain-INPUT", content =~ /^ ct state invalid drop$/ and order => "06-nftables-inet-filter-chain-INPUT-rule-drop_invalid-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-INPUT-rule-drop_invalid').with(
target: 'nftables-inet-filter-chain-INPUT',
content: %r{^ ct state invalid drop$},
order: '06-nftables-inet-filter-chain-INPUT-rule-drop_invalid-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az1113-302.v4dlmfbwbvlezlyjnbnry1jt3f.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L10
nftables::inet_filter::in_out_conntrack on rocky-8-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-INPUT-rule-accept_established_related] with target => "nftables-inet-filter-chain-INPUT", content =~ /^ ct state established,related accept$/ and order => "05-nftables-inet-filter-chain-INPUT-rule-accept_established_related-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-INPUT-rule-accept_established_related').with(
target: 'nftables-inet-filter-chain-INPUT',
content: %r{^ ct state established,related accept$},
order: '05-nftables-inet-filter-chain-INPUT-rule-accept_established_related-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az802-323.15taxv3x2l5urdl5ou4x200swd.phxx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L18
nftables::inet_filter::in_out_conntrack on rocky-8-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-INPUT-rule-drop_invalid] with target => "nftables-inet-filter-chain-INPUT", content =~ /^ ct state invalid drop$/ and order => "06-nftables-inet-filter-chain-INPUT-rule-drop_invalid-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-INPUT-rule-drop_invalid').with(
target: 'nftables-inet-filter-chain-INPUT',
content: %r{^ ct state invalid drop$},
order: '06-nftables-inet-filter-chain-INPUT-rule-drop_invalid-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az802-323.15taxv3x2l5urdl5ou4x200swd.phxx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L26
nftables::inet_filter::in_out_conntrack on rocky-8-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-OUTPUT-rule-accept_established_related] with target => "nftables-inet-filter-chain-OUTPUT", content =~ /^ ct state established,related accept$/ and order => "05-nftables-inet-filter-chain-OUTPUT-rule-accept_established_related-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-OUTPUT-rule-accept_established_related').with(
target: 'nftables-inet-filter-chain-OUTPUT',
content: %r{^ ct state established,related accept$},
order: '05-nftables-inet-filter-chain-OUTPUT-rule-accept_established_related-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az802-323.15taxv3x2l5urdl5ou4x200swd.phxx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L34
nftables::inet_filter::in_out_conntrack on rocky-8-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-OUTPUT-rule-drop_invalid] with target => "nftables-inet-filter-chain-OUTPUT", content =~ /^ ct state invalid drop$/ and order => "06-nftables-inet-filter-chain-OUTPUT-rule-drop_invalid-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-OUTPUT-rule-drop_invalid').with(
target: 'nftables-inet-filter-chain-OUTPUT',
content: %r{^ ct state invalid drop$},
order: '06-nftables-inet-filter-chain-OUTPUT-rule-drop_invalid-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az802-323.15taxv3x2l5urdl5ou4x200swd.phxx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L10
nftables::inet_filter::in_out_conntrack on redhat-9-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-INPUT-rule-accept_established_related] with target => "nftables-inet-filter-chain-INPUT", content =~ /^ ct state established,related accept$/ and order => "05-nftables-inet-filter-chain-INPUT-rule-accept_established_related-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-INPUT-rule-accept_established_related').with(
target: 'nftables-inet-filter-chain-INPUT',
content: %r{^ ct state established,related accept$},
order: '05-nftables-inet-filter-chain-INPUT-rule-accept_established_related-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az802-323.15taxv3x2l5urdl5ou4x200swd.phxx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L18
nftables::inet_filter::in_out_conntrack on redhat-9-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-INPUT-rule-drop_invalid] with target => "nftables-inet-filter-chain-INPUT", content =~ /^ ct state invalid drop$/ and order => "06-nftables-inet-filter-chain-INPUT-rule-drop_invalid-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-INPUT-rule-drop_invalid').with(
target: 'nftables-inet-filter-chain-INPUT',
content: %r{^ ct state invalid drop$},
order: '06-nftables-inet-filter-chain-INPUT-rule-drop_invalid-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az802-323.15taxv3x2l5urdl5ou4x200swd.phxx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L26
nftables::inet_filter::in_out_conntrack on redhat-9-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-OUTPUT-rule-accept_established_related] with target => "nftables-inet-filter-chain-OUTPUT", content =~ /^ ct state established,related accept$/ and order => "05-nftables-inet-filter-chain-OUTPUT-rule-accept_established_related-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-OUTPUT-rule-accept_established_related').with(
target: 'nftables-inet-filter-chain-OUTPUT',
content: %r{^ ct state established,related accept$},
order: '05-nftables-inet-filter-chain-OUTPUT-rule-accept_established_related-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az802-323.15taxv3x2l5urdl5ou4x200swd.phxx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L34
nftables::inet_filter::in_out_conntrack on redhat-9-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-OUTPUT-rule-drop_invalid] with target => "nftables-inet-filter-chain-OUTPUT", content =~ /^ ct state invalid drop$/ and order => "06-nftables-inet-filter-chain-OUTPUT-rule-drop_invalid-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-OUTPUT-rule-drop_invalid').with(
target: 'nftables-inet-filter-chain-OUTPUT',
content: %r{^ ct state invalid drop$},
order: '06-nftables-inet-filter-chain-OUTPUT-rule-drop_invalid-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az802-323.15taxv3x2l5urdl5ou4x200swd.phxx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L10
nftables::inet_filter::in_out_conntrack on almalinux-8-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-INPUT-rule-accept_established_related] with target => "nftables-inet-filter-chain-INPUT", content =~ /^ ct state established,related accept$/ and order => "05-nftables-inet-filter-chain-INPUT-rule-accept_established_related-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-INPUT-rule-accept_established_related').with(
target: 'nftables-inet-filter-chain-INPUT',
content: %r{^ ct state established,related accept$},
order: '05-nftables-inet-filter-chain-INPUT-rule-accept_established_related-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az802-323.15taxv3x2l5urdl5ou4x200swd.phxx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/inet_filter/in_out_conntrack_spec.rb#L18
nftables::inet_filter::in_out_conntrack on almalinux-8-x86_64 is expected to contain Concat::Fragment[nftables-inet-filter-chain-INPUT-rule-drop_invalid] with target => "nftables-inet-filter-chain-INPUT", content =~ /^ ct state invalid drop$/ and order => "06-nftables-inet-filter-chain-INPUT-rule-drop_invalid-b"
Failure/Error:
expect(subject).to contain_concat__fragment('nftables-inet-filter-chain-INPUT-rule-drop_invalid').with(
target: 'nftables-inet-filter-chain-INPUT',
content: %r{^ ct state invalid drop$},
order: '06-nftables-inet-filter-chain-INPUT-rule-drop_invalid-b'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nftables::in_out_drop_invalid'. (file: /home/runner/work/puppet-nftables/puppet-nftables/spec/fixtures/modules/nftables/manifests/inet_filter/in_out_conntrack.pp, line: 14, column: 6) on node fv-az802-323.15taxv3x2l5urdl5ou4x200swd.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/rule_spec.rb#L29
nftables::rule on almalinux-8-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 8 (Ruby 3.2):
spec/defines/rule_spec.rb#L29
nftables::rule on almalinux-9-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 8 (Ruby 3.2):
spec/defines/rule_spec.rb#L29
nftables::rule on archlinux-rolling-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 8 (Ruby 3.2):
spec/defines/rule_spec.rb#L29
nftables::rule on centos-8-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 8 (Ruby 3.2):
spec/defines/rule_spec.rb#L29
nftables::rule on centos-9-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 8 (Ruby 3.2):
spec/defines/rule_spec.rb#L29
nftables::rule on debian-11-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 8 (Ruby 3.2):
spec/defines/rule_spec.rb#L29
nftables::rule on debian-12-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 8 (Ruby 3.2):
spec/defines/rule_spec.rb#L29
nftables::rule on oraclelinux-8-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 8 (Ruby 3.2):
spec/defines/rule_spec.rb#L29
nftables::rule on oraclelinux-9-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 8 (Ruby 3.2):
spec/defines/rule_spec.rb#L29
nftables::rule on redhat-8-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 7 (Ruby 2.7):
spec/defines/rule_spec.rb#L29
nftables::rule on rocky-8-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 7 (Ruby 2.7):
spec/defines/rule_spec.rb#L29
nftables::rule on redhat-9-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 7 (Ruby 2.7):
spec/defines/rule_spec.rb#L29
nftables::rule on almalinux-8-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 7 (Ruby 2.7):
spec/defines/rule_spec.rb#L29
nftables::rule on debian-11-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 7 (Ruby 2.7):
spec/defines/rule_spec.rb#L29
nftables::rule on oraclelinux-9-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 7 (Ruby 2.7):
spec/defines/rule_spec.rb#L29
nftables::rule on redhat-8-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 7 (Ruby 2.7):
spec/defines/rule_spec.rb#L29
nftables::rule on centos-9-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 7 (Ruby 2.7):
spec/defines/rule_spec.rb#L29
nftables::rule on archlinux-rolling-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 7 (Ruby 2.7):
spec/defines/rule_spec.rb#L29
nftables::rule on centos-8-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
Puppet / 7 (Ruby 2.7):
spec/defines/rule_spec.rb#L29
nftables::rule on oraclelinux-8-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|