modulesync 9.3.0 #242
Annotations
10 errors
Run tests:
spec/classes/chrony_spec.rb#L133
chrony on redhat-8-x86_64 chrony::config is expected to contain File[/etc/chrony/chrony.conf] with content =~ /keyfile .*chrony.keys/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{keyfile .*chrony.keys}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Run tests:
spec/classes/chrony_spec.rb#L94
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*bindcmdaddress ::1$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*bindcmdaddress ::1$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Run tests:
spec/classes/chrony_spec.rb#L95
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*bindcmdaddress 127\.0\.0\.1$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*bindcmdaddress 127\.0\.0\.1$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Run tests:
spec/classes/chrony_spec.rb#L99
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*server 0.pool.ntp.org iburst$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*server #{s} iburst$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Run tests:
spec/classes/chrony_spec.rb#L99
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*server 1.pool.ntp.org iburst$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*server #{s} iburst$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Run tests:
spec/classes/chrony_spec.rb#L99
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*server 2.pool.ntp.org iburst$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*server #{s} iburst$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Run tests:
spec/classes/chrony_spec.rb#L99
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*server 3.pool.ntp.org iburst$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*server #{s} iburst$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Run tests:
spec/classes/chrony_spec.rb#L101
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*driftfile \/var\/lib\/chrony\/drift$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*driftfile /var/lib/chrony/drift$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Run tests:
spec/classes/chrony_spec.rb#L102
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*rtcsync$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*rtcsync$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Run tests:
spec/classes/chrony_spec.rb#L103
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content !~ /^\s*dumpdir/
Failure/Error: it { is_expected.to contain_file(config_file).without_content(%r{^\s*dumpdir}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Loading