BIND 9.18 compatiblity on Ubuntu 20.04 #1046
Annotations
3 errors
spec/classes/dns_init_spec.rb#L140
dns on ubuntu-20.04-x86_64 with no custom parameters is expected to contain Concat[/etc/bind/zones.conf] with validate_cmd => "/usr/sbin/named-checkconf %"
Failure/Error: it { should contain_concat("#{etc_named_directory}/zones.conf").with_validate_cmd("#{checkconf} %") }
expected that the catalogue would contain Concat[/etc/bind/zones.conf] with validate_cmd set to "/usr/sbin/named-checkconf %" but it is set to "/usr/bin/named-checkconf %"
|
spec/classes/dns_init_spec.rb#L141
dns on ubuntu-20.04-x86_64 with no custom parameters is expected to contain Concat[/etc/bind/named.conf] with validate_cmd => "/usr/sbin/named-checkconf %"
Failure/Error: it { should contain_concat("#{etc_directory}/named.conf").with_validate_cmd("#{checkconf} %") }
expected that the catalogue would contain Concat[/etc/bind/named.conf] with validate_cmd set to "/usr/sbin/named-checkconf %" but it is set to "/usr/bin/named-checkconf %"
|
|
This job failed
Loading