Manage {system,user}.conf values #796
Annotations
11 errors
|
spec/defines/daemon_reload_spec.rb#L12
systemd::daemon_reload supported operating systems on debian-11-x86_64 is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Resource type not found: Systemd::SystemSettings (file: /home/runner/work/puppet-systemd/puppet-systemd/spec/fixtures/modules/systemd/manifests/init.pp, line: 304, column: 3) (line: 2) on node fv-az1912-374.gnjp1hxbeqqe3eihfxefoj5pwe.cx.internal.cloudapp.net
|
spec/defines/dropin_file_spec.rb#L20
systemd::dropin_file supported operating systems on debian-11-x86_64 is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Resource type not found: Systemd::SystemSettings (file: /home/runner/work/puppet-systemd/puppet-systemd/spec/fixtures/modules/systemd/manifests/init.pp, line: 304, column: 3) on node fv-az1912-374.gnjp1hxbeqqe3eihfxefoj5pwe.cx.internal.cloudapp.net
|
spec/defines/daemon_reload_spec.rb#L15
systemd::daemon_reload supported operating systems on debian-11-x86_64 with defaults is expected to contain Exec[systemd-irregardless-systemctl-daemon-reload] with command => ["systemctl", "daemon-reload"] and refreshonly => true
Failure/Error:
expect(subject).to contain_exec("systemd-#{title}-systemctl-daemon-reload").
with_command(%w[systemctl daemon-reload]).
with_refreshonly(true)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Resource type not found: Systemd::SystemSettings (file: /home/runner/work/puppet-systemd/puppet-systemd/spec/fixtures/modules/systemd/manifests/init.pp, line: 304, column: 3) (line: 2) on node fv-az1912-374.gnjp1hxbeqqe3eihfxefoj5pwe.cx.internal.cloudapp.net
|
spec/defines/dropin_file_spec.rb#L22
systemd::dropin_file supported operating systems on debian-11-x86_64 is expected to contain File[/etc/systemd/system/test.service.d] with ensure => "directory", recurse => "true", purge => "true" and selinux_ignore_defaults => false
Failure/Error:
expect(subject).to create_file("/etc/systemd/system/#{params[:unit]}.d").with(
ensure: 'directory',
recurse: 'true',
purge: 'true',
selinux_ignore_defaults: false
)
Puppet::PreformattedError:
Evaluation Error: Resource type not found: Systemd::SystemSettings (file: /home/runner/work/puppet-systemd/puppet-systemd/spec/fixtures/modules/systemd/manifests/init.pp, line: 304, column: 3) on node fv-az1912-374.gnjp1hxbeqqe3eihfxefoj5pwe.cx.internal.cloudapp.net
|
spec/defines/daemon_reload_spec.rb#L37
systemd::daemon_reload supported operating systems on debian-11-x86_64 with defaults with a username specfied is expected to fail to compile and raise an error matching /user is not supported below/
Failure/Error: it { is_expected.to compile.and_raise_error(%r{user is not supported below}) }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Resource type not found: Systemd::SystemSettings (file: /home/runner/work/puppet-systemd/puppet-systemd/spec/fixtures/modules/systemd/manifests/init.pp, line: 304, column: 3) (line: 2) on node fv-az1912-374.gnjp1hxbeqqe3eihfxefoj5pwe.cx.internal.cloudapp.net
|
spec/classes/init_spec.rb#L11
systemd supported operating systems on debian-11-x86_64 is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Resource type not found: Systemd::SystemSettings (file: /home/runner/work/puppet-systemd/puppet-systemd/spec/fixtures/modules/systemd/manifests/init.pp, line: 304, column: 3) on node fv-az1912-374.gnjp1hxbeqqe3eihfxefoj5pwe.cx.internal.cloudapp.net
|
spec/defines/dropin_file_spec.rb#L31
systemd::dropin_file supported operating systems on debian-11-x86_64 is expected to contain Systemd::Daemon_reload[test.service]
Failure/Error: expect(subject).to create_systemd__daemon_reload(params[:unit])
Puppet::PreformattedError:
Evaluation Error: Resource type not found: Systemd::SystemSettings (file: /home/runner/work/puppet-systemd/puppet-systemd/spec/fixtures/modules/systemd/manifests/init.pp, line: 304, column: 3) on node fv-az1912-374.gnjp1hxbeqqe3eihfxefoj5pwe.cx.internal.cloudapp.net
|
spec/defines/daemon_reload_spec.rb#L56
systemd::daemon_reload supported operating systems on debian-11-x86_64 when disabled is expected not to contain Exec[systemd-irregardless-systemctl-daemon-reload]
Failure/Error: expect(subject).not_to contain_exec("systemd-#{title}-systemctl-daemon-reload")
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Resource type not found: Systemd::SystemSettings (file: /home/runner/work/puppet-systemd/puppet-systemd/spec/fixtures/modules/systemd/manifests/init.pp, line: 304, column: 3) (line: 2) on node fv-az1912-374.gnjp1hxbeqqe3eihfxefoj5pwe.cx.internal.cloudapp.net
|
spec/defines/dropin_file_spec.rb#L35
systemd::dropin_file supported operating systems on debian-11-x86_64 is expected to contain File[/etc/systemd/system/test.service.d/test.conf] that notifies Systemd::Daemon_reload[test.service]
Failure/Error:
expect(subject).to create_file("/etc/systemd/system/#{params[:unit]}.d/#{title}").with(
ensure: 'file',
content: %r{#{params[:content]}},
mode: '0444',
selinux_ignore_defaults: false
).
that_notifies("Systemd::Daemon_reload[#{params[:unit]}]")
Puppet::PreformattedError:
Evaluation Error: Resource type not found: Systemd::SystemSettings (file: /home/runner/work/puppet-systemd/puppet-systemd/spec/fixtures/modules/systemd/manifests/init.pp, line: 304, column: 3) on node fv-az1912-374.gnjp1hxbeqqe3eihfxefoj5pwe.cx.internal.cloudapp.net
|
spec/defines/daemon_reload_spec.rb#L65
systemd::daemon_reload supported operating systems on debian-11-x86_64 when disabled with a username specfied is expected not to contain Exec[systemd-irregardless-systemctl-user-steve-daemon-reload]
Failure/Error: it { is_expected.not_to contain_exec('systemd-irregardless-systemctl-user-steve-daemon-reload') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Resource type not found: Systemd::SystemSettings (file: /home/runner/work/puppet-systemd/puppet-systemd/spec/fixtures/modules/systemd/manifests/init.pp, line: 304, column: 3) (line: 2) on node fv-az1912-374.gnjp1hxbeqqe3eihfxefoj5pwe.cx.internal.cloudapp.net
|
The logs for this run have expired and are no longer available.
Loading