rules::out:dns: refactor for better readability #469
Annotations
10 errors
spec/acceptance/all_rules_spec.rb#L7
nftables class configure all nftables rules works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_233643308.pp.0f9TpL
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown function: 'emtpy'. (file: /etc/puppetlabs/code/environments/production/modules/nftables/manifests/rules/out/dns.pp, line: 6, column: 10) on node rocky8-64-puppet7.example.com
|
spec/acceptance/all_rules_spec.rb#L137
nftables class configure all nftables rules Package "nftables" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "nftables" to be installed
|
spec/acceptance/all_rules_spec.rb#L141
nftables class configure all nftables rules Service "nftables" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "nftables" to be running
|
spec/acceptance/all_rules_spec.rb#L142
nftables class configure all nftables rules Service "nftables" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "nftables" to be enabled
|
spec/acceptance/all_rules_spec.rb#L146
nftables class configure all nftables rules File "/etc/nftables/puppet.nft" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/nftables/puppet.nft".file?` to be truthy, got false
|
spec/acceptance/all_rules_spec.rb#L150
nftables class configure all nftables rules File "/etc/nftables/puppet" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/nftables/puppet".directory?` to be truthy, got false
|
spec/acceptance/default_spec.rb#L7
nftables class configure default nftables service works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_233645748.pp.kDJrx1
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown function: 'emtpy'. (file: /etc/puppetlabs/code/environments/production/modules/nftables/manifests/rules/out/dns.pp, line: 6, column: 10) on node rocky8-64-puppet7.example.com
|
spec/acceptance/default_spec.rb#L44
nftables class configure default nftables service Package "nftables" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "nftables" to be installed
|
spec/acceptance/default_spec.rb#L48
nftables class configure default nftables service Service "nftables" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "nftables" to be running
|
spec/acceptance/default_spec.rb#L49
nftables class configure default nftables service Service "nftables" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "nftables" to be enabled
|
The logs for this run have expired and are no longer available.
Loading