Manage {system,user}.conf values #796
Annotations
11 errors
|
Run tests:
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-az1055-362.wue3q2az2frejdiuoombdmbhqh.phxx.internal.cloudapp.net
|
Run tests:
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-az1055-362.wue3q2az2frejdiuoombdmbhqh.phxx.internal.cloudapp.net
|
Run tests:
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-az1055-362.wue3q2az2frejdiuoombdmbhqh.phxx.internal.cloudapp.net
|
Run tests:
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-az1055-362.wue3q2az2frejdiuoombdmbhqh.phxx.internal.cloudapp.net
|
Run tests:
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-az1055-362.wue3q2az2frejdiuoombdmbhqh.phxx.internal.cloudapp.net
|
Run tests:
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-az1055-362.wue3q2az2frejdiuoombdmbhqh.phxx.internal.cloudapp.net
|
Run tests:
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-az1055-362.wue3q2az2frejdiuoombdmbhqh.phxx.internal.cloudapp.net
|
Run tests:
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-az1055-362.wue3q2az2frejdiuoombdmbhqh.phxx.internal.cloudapp.net
|
Run tests:
spec/classes/init_spec.rb#L12
systemd supported operating systems on debian-11-x86_64 is expected to contain Class[systemd]
Failure/Error: it { is_expected.to create_class('systemd') }
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-az1055-362.wue3q2az2frejdiuoombdmbhqh.phxx.internal.cloudapp.net
|
Run tests:
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-az1055-362.wue3q2az2frejdiuoombdmbhqh.phxx.internal.cloudapp.net
|
Loading