(draft) Feature/configurable package service #288
Triggered via pull request
September 30, 2025 21:17
Status
Failure
Total duration
3m 24s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
18s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
112 errors
Puppet / Distro Puppet - Archlinux rolling
Process completed with exit code 1.
|
Puppet / OpenVox 8 - Debian 12:
spec/acceptance/openvpn_spec.rb#L47
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" content is expected to contain /EASYRSA_REQ_COUNTRY "CO"/
Failure/Error: its(:content) { is_expected.to contain(%r{EASYRSA_REQ_COUNTRY "CO"}) }
expected "" to contain /EASYRSA_REQ_COUNTRY "CO"/
|
Puppet / OpenVox 8 - Debian 12:
spec/acceptance/openvpn_spec.rb#L46
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars".file?` to be truthy, got false
|
Puppet / OpenVox 8 - Debian 12:
spec/acceptance/openvpn_spec.rb#L42
openvpn openvpn::server with minimal parameters Port "1194" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "1194" to be listening
|
Puppet / OpenVox 8 - Debian 12:
spec/acceptance/openvpn_spec.rb#L38
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "openvpn-server@test_openvpn_server" to be running
|
Puppet / OpenVox 8 - Debian 12:
spec/acceptance/openvpn_spec.rb#L37
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "openvpn-server@test_openvpn_server" to be enabled
|
Puppet / OpenVox 8 - Debian 12:
spec/acceptance/openvpn_spec.rb#L33
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server.conf".file?` to be truthy, got false
|
Puppet / OpenVox 8 - Debian 12:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/keys" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server/keys".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - Debian 12:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L10
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211924045.ZWGJq4.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211924045.ZWGJq4.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L6
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211922190.smGfZk.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211922190.smGfZk.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - Debian 11:
spec/acceptance/openvpn_spec.rb#L47
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" content is expected to contain /EASYRSA_REQ_COUNTRY "CO"/
Failure/Error: its(:content) { is_expected.to contain(%r{EASYRSA_REQ_COUNTRY "CO"}) }
expected "" to contain /EASYRSA_REQ_COUNTRY "CO"/
|
Puppet / OpenVox 8 - Debian 11:
spec/acceptance/openvpn_spec.rb#L46
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars".file?` to be truthy, got false
|
Puppet / OpenVox 8 - Debian 11:
spec/acceptance/openvpn_spec.rb#L42
openvpn openvpn::server with minimal parameters Port "1194" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "1194" to be listening
|
Puppet / OpenVox 8 - Debian 11:
spec/acceptance/openvpn_spec.rb#L38
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "openvpn-server@test_openvpn_server" to be running
|
Puppet / OpenVox 8 - Debian 11:
spec/acceptance/openvpn_spec.rb#L37
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "openvpn-server@test_openvpn_server" to be enabled
|
Puppet / OpenVox 8 - Debian 11:
spec/acceptance/openvpn_spec.rb#L33
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server.conf".file?` to be truthy, got false
|
Puppet / OpenVox 8 - Debian 11:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/keys" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server/keys".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - Debian 11:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L10
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211928136.ohwJv9.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211928136.ohwJv9.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L6
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211926155.rqYjkv.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211926155.rqYjkv.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - Ubuntu 22.04:
spec/acceptance/openvpn_spec.rb#L47
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" content is expected to contain /EASYRSA_REQ_COUNTRY "CO"/
Failure/Error: its(:content) { is_expected.to contain(%r{EASYRSA_REQ_COUNTRY "CO"}) }
expected "" to contain /EASYRSA_REQ_COUNTRY "CO"/
|
Puppet / OpenVox 8 - Ubuntu 22.04:
spec/acceptance/openvpn_spec.rb#L46
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars".file?` to be truthy, got false
|
Puppet / OpenVox 8 - Ubuntu 22.04:
spec/acceptance/openvpn_spec.rb#L42
openvpn openvpn::server with minimal parameters Port "1194" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "1194" to be listening
|
Puppet / OpenVox 8 - Ubuntu 22.04:
spec/acceptance/openvpn_spec.rb#L38
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "openvpn-server@test_openvpn_server" to be running
|
Puppet / OpenVox 8 - Ubuntu 22.04:
spec/acceptance/openvpn_spec.rb#L37
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "openvpn-server@test_openvpn_server" to be enabled
|
Puppet / OpenVox 8 - Ubuntu 22.04:
spec/acceptance/openvpn_spec.rb#L33
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server.conf".file?` to be truthy, got false
|
Puppet / OpenVox 8 - Ubuntu 22.04:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/keys" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server/keys".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - Ubuntu 22.04:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L10
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211928912.3DR7bp.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211928912.3DR7bp.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L6
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211926766.EVq6Uh.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211926766.EVq6Uh.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - AlmaLinux 8:
spec/acceptance/openvpn_spec.rb#L47
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" content is expected to contain /EASYRSA_REQ_COUNTRY "CO"/
Failure/Error: its(:content) { is_expected.to contain(%r{EASYRSA_REQ_COUNTRY "CO"}) }
expected "" to contain /EASYRSA_REQ_COUNTRY "CO"/
|
Puppet / OpenVox 8 - AlmaLinux 8:
spec/acceptance/openvpn_spec.rb#L46
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars".file?` to be truthy, got false
|
Puppet / OpenVox 8 - AlmaLinux 8:
spec/acceptance/openvpn_spec.rb#L42
openvpn openvpn::server with minimal parameters Port "1194" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "1194" to be listening
|
Puppet / OpenVox 8 - AlmaLinux 8:
spec/acceptance/openvpn_spec.rb#L38
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "openvpn-server@test_openvpn_server" to be running
|
Puppet / OpenVox 8 - AlmaLinux 8:
spec/acceptance/openvpn_spec.rb#L37
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "openvpn-server@test_openvpn_server" to be enabled
|
Puppet / OpenVox 8 - AlmaLinux 8:
spec/acceptance/openvpn_spec.rb#L33
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server.conf".file?` to be truthy, got false
|
Puppet / OpenVox 8 - AlmaLinux 8:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/keys" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server/keys".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - AlmaLinux 8:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L10
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211933859.ngV9w4.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211933859.ngV9w4.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L6
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211931579.XjAqky.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211931579.XjAqky.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - AlmaLinux 9:
spec/acceptance/openvpn_spec.rb#L47
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" content is expected to contain /EASYRSA_REQ_COUNTRY "CO"/
Failure/Error: its(:content) { is_expected.to contain(%r{EASYRSA_REQ_COUNTRY "CO"}) }
expected "" to contain /EASYRSA_REQ_COUNTRY "CO"/
|
Puppet / OpenVox 8 - AlmaLinux 9:
spec/acceptance/openvpn_spec.rb#L46
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars".file?` to be truthy, got false
|
Puppet / OpenVox 8 - AlmaLinux 9:
spec/acceptance/openvpn_spec.rb#L42
openvpn openvpn::server with minimal parameters Port "1194" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "1194" to be listening
|
Puppet / OpenVox 8 - AlmaLinux 9:
spec/acceptance/openvpn_spec.rb#L38
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "openvpn-server@test_openvpn_server" to be running
|
Puppet / OpenVox 8 - AlmaLinux 9:
spec/acceptance/openvpn_spec.rb#L37
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "openvpn-server@test_openvpn_server" to be enabled
|
Puppet / OpenVox 8 - AlmaLinux 9:
spec/acceptance/openvpn_spec.rb#L33
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server.conf".file?` to be truthy, got false
|
Puppet / OpenVox 8 - AlmaLinux 9:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/keys" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server/keys".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - AlmaLinux 9:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L10
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211935222.nV5vSj.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211935222.nV5vSj.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L6
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211932932.LbkV9L.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211932932.LbkV9L.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - Rocky 9:
spec/acceptance/openvpn_spec.rb#L47
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" content is expected to contain /EASYRSA_REQ_COUNTRY "CO"/
Failure/Error: its(:content) { is_expected.to contain(%r{EASYRSA_REQ_COUNTRY "CO"}) }
expected "" to contain /EASYRSA_REQ_COUNTRY "CO"/
|
Puppet / OpenVox 8 - Rocky 9:
spec/acceptance/openvpn_spec.rb#L46
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars".file?` to be truthy, got false
|
Puppet / OpenVox 8 - Rocky 9:
spec/acceptance/openvpn_spec.rb#L42
openvpn openvpn::server with minimal parameters Port "1194" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "1194" to be listening
|
Puppet / OpenVox 8 - Rocky 9:
spec/acceptance/openvpn_spec.rb#L38
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "openvpn-server@test_openvpn_server" to be running
|
Puppet / OpenVox 8 - Rocky 9:
spec/acceptance/openvpn_spec.rb#L37
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "openvpn-server@test_openvpn_server" to be enabled
|
Puppet / OpenVox 8 - Rocky 9:
spec/acceptance/openvpn_spec.rb#L33
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server.conf".file?` to be truthy, got false
|
Puppet / OpenVox 8 - Rocky 9:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/keys" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server/keys".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - Rocky 9:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L10
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211939201.gXdFM7.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211939201.gXdFM7.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L6
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211937060.pZwUMv.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211937060.pZwUMv.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - Rocky 8:
spec/acceptance/openvpn_spec.rb#L47
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" content is expected to contain /EASYRSA_REQ_COUNTRY "CO"/
Failure/Error: its(:content) { is_expected.to contain(%r{EASYRSA_REQ_COUNTRY "CO"}) }
expected "" to contain /EASYRSA_REQ_COUNTRY "CO"/
|
Puppet / OpenVox 8 - Rocky 8:
spec/acceptance/openvpn_spec.rb#L46
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars".file?` to be truthy, got false
|
Puppet / OpenVox 8 - Rocky 8:
spec/acceptance/openvpn_spec.rb#L42
openvpn openvpn::server with minimal parameters Port "1194" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "1194" to be listening
|
Puppet / OpenVox 8 - Rocky 8:
spec/acceptance/openvpn_spec.rb#L38
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "openvpn-server@test_openvpn_server" to be running
|
Puppet / OpenVox 8 - Rocky 8:
spec/acceptance/openvpn_spec.rb#L37
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "openvpn-server@test_openvpn_server" to be enabled
|
Puppet / OpenVox 8 - Rocky 8:
spec/acceptance/openvpn_spec.rb#L33
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server.conf".file?` to be truthy, got false
|
Puppet / OpenVox 8 - Rocky 8:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/keys" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server/keys".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - Rocky 8:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L10
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211941478.Axzktk.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211941478.Axzktk.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L6
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211939288.uXIReq.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211939288.uXIReq.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - Ubuntu 24.04:
spec/acceptance/openvpn_spec.rb#L47
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" content is expected to contain /EASYRSA_REQ_COUNTRY "CO"/
Failure/Error: its(:content) { is_expected.to contain(%r{EASYRSA_REQ_COUNTRY "CO"}) }
expected "" to contain /EASYRSA_REQ_COUNTRY "CO"/
|
Puppet / OpenVox 8 - Ubuntu 24.04:
spec/acceptance/openvpn_spec.rb#L46
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars".file?` to be truthy, got false
|
Puppet / OpenVox 8 - Ubuntu 24.04:
spec/acceptance/openvpn_spec.rb#L42
openvpn openvpn::server with minimal parameters Port "1194" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "1194" to be listening
|
Puppet / OpenVox 8 - Ubuntu 24.04:
spec/acceptance/openvpn_spec.rb#L38
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "openvpn-server@test_openvpn_server" to be running
|
Puppet / OpenVox 8 - Ubuntu 24.04:
spec/acceptance/openvpn_spec.rb#L37
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "openvpn-server@test_openvpn_server" to be enabled
|
Puppet / OpenVox 8 - Ubuntu 24.04:
spec/acceptance/openvpn_spec.rb#L33
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server.conf".file?` to be truthy, got false
|
Puppet / OpenVox 8 - Ubuntu 24.04:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/keys" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server/keys".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - Ubuntu 24.04:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - Ubuntu 24.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L10
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211941812.xVqh43.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211941812.xVqh43.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - Ubuntu 24.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L6
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211939720.fdNhHm.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211939720.fdNhHm.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - OracleLinux 9:
spec/acceptance/openvpn_spec.rb#L47
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" content is expected to contain /EASYRSA_REQ_COUNTRY "CO"/
Failure/Error: its(:content) { is_expected.to contain(%r{EASYRSA_REQ_COUNTRY "CO"}) }
expected "" to contain /EASYRSA_REQ_COUNTRY "CO"/
|
Puppet / OpenVox 8 - OracleLinux 9:
spec/acceptance/openvpn_spec.rb#L46
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars".file?` to be truthy, got false
|
Puppet / OpenVox 8 - OracleLinux 9:
spec/acceptance/openvpn_spec.rb#L42
openvpn openvpn::server with minimal parameters Port "1194" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "1194" to be listening
|
Puppet / OpenVox 8 - OracleLinux 9:
spec/acceptance/openvpn_spec.rb#L38
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "openvpn-server@test_openvpn_server" to be running
|
Puppet / OpenVox 8 - OracleLinux 9:
spec/acceptance/openvpn_spec.rb#L37
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "openvpn-server@test_openvpn_server" to be enabled
|
Puppet / OpenVox 8 - OracleLinux 9:
spec/acceptance/openvpn_spec.rb#L33
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server.conf".file?` to be truthy, got false
|
Puppet / OpenVox 8 - OracleLinux 9:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/keys" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server/keys".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - OracleLinux 9:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L10
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211945450.ZyEf68.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211945450.ZyEf68.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L6
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211943237.h5FJgb.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211943237.h5FJgb.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - CentOS 9:
spec/acceptance/openvpn_spec.rb#L47
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" content is expected to contain /EASYRSA_REQ_COUNTRY "CO"/
Failure/Error: its(:content) { is_expected.to contain(%r{EASYRSA_REQ_COUNTRY "CO"}) }
expected "" to contain /EASYRSA_REQ_COUNTRY "CO"/
|
Puppet / OpenVox 8 - CentOS 9:
spec/acceptance/openvpn_spec.rb#L46
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars".file?` to be truthy, got false
|
Puppet / OpenVox 8 - CentOS 9:
spec/acceptance/openvpn_spec.rb#L42
openvpn openvpn::server with minimal parameters Port "1194" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "1194" to be listening
|
Puppet / OpenVox 8 - CentOS 9:
spec/acceptance/openvpn_spec.rb#L38
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "openvpn-server@test_openvpn_server" to be running
|
Puppet / OpenVox 8 - CentOS 9:
spec/acceptance/openvpn_spec.rb#L37
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "openvpn-server@test_openvpn_server" to be enabled
|
Puppet / OpenVox 8 - CentOS 9:
spec/acceptance/openvpn_spec.rb#L33
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server.conf".file?` to be truthy, got false
|
Puppet / OpenVox 8 - CentOS 9:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/keys" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server/keys".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - CentOS 9:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L10
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211951884.7rLLMz.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211951884.7rLLMz.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L6
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211949773.kc4BUG.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_211949773.kc4BUG.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - OracleLinux 8:
spec/acceptance/openvpn_spec.rb#L47
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" content is expected to contain /EASYRSA_REQ_COUNTRY "CO"/
Failure/Error: its(:content) { is_expected.to contain(%r{EASYRSA_REQ_COUNTRY "CO"}) }
expected "" to contain /EASYRSA_REQ_COUNTRY "CO"/
|
Puppet / OpenVox 8 - OracleLinux 8:
spec/acceptance/openvpn_spec.rb#L46
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server/easy-rsa/vars".file?` to be truthy, got false
|
Puppet / OpenVox 8 - OracleLinux 8:
spec/acceptance/openvpn_spec.rb#L42
openvpn openvpn::server with minimal parameters Port "1194" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "1194" to be listening
|
Puppet / OpenVox 8 - OracleLinux 8:
spec/acceptance/openvpn_spec.rb#L38
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "openvpn-server@test_openvpn_server" to be running
|
Puppet / OpenVox 8 - OracleLinux 8:
spec/acceptance/openvpn_spec.rb#L37
openvpn openvpn::server with minimal parameters Service "openvpn-server@test_openvpn_server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "openvpn-server@test_openvpn_server" to be enabled
|
Puppet / OpenVox 8 - OracleLinux 8:
spec/acceptance/openvpn_spec.rb#L33
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/openvpn/server/test_openvpn_server.conf".file?` to be truthy, got false
|
Puppet / OpenVox 8 - OracleLinux 8:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server/keys" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server/keys".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - OracleLinux 8:
spec/acceptance/openvpn_spec.rb#L28
openvpn openvpn::server with minimal parameters File "/etc/openvpn/server/test_openvpn_server" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/openvpn/server/test_openvpn_server".directory?` to be truthy, got false
|
Puppet / OpenVox 8 - OracleLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L10
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_212035055.xgeT25.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_212035055.xgeT25.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / OpenVox 8 - OracleLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.0.0/lib/voxpupuli/acceptance/examples.rb#L6
openvpn openvpn::server with minimal parameters behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'vpnserver-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_212032976.dysnOm.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[test_openvpn_server]:
has no parameter named 'package_name'
has no parameter named 'service_name' (file: /tmp/apply_manifest_212032976.dysnOm.pp, line: 1) on node vpnserver-openvox8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/openvpn_spec.rb:8
|
Puppet / Test suite
Process completed with exit code 1.
|