(#168) Handling a missing /etc/localtime file instead of breaking #61
Annotations
2 errors
Run bundle exec rake spec:
spec/classes/server_spec.rb#L20
ssh::server supported operating systems on almalinux-8-x86_64 with default parameters behaves like an ssh server is expected to contain File[/var/empty/sshd/etc/localtime] with source => "file:///etc/localtime" and require => "Package[openssh-server]"
Failure/Error:
it { is_expected.to create_file('/var/empty/sshd/etc/localtime').with({
:source => 'file:///etc/localtime',
:require => 'Package[openssh-server]'
})
}
expected that the catalogue would contain File[/var/empty/sshd/etc/localtime] with source set to "file:///etc/localtime" but it is set to "file://"
Shared Example Group: "an ssh server" called from ./spec/classes/server_spec.rb:74
|
Run bundle exec rake spec
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading