Ensure compatibility with Splunk 9.2.0.1 and 9.0.0 #131
Annotations
10 errors
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L15
splunk enterprise class default parameters works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_185112531.pp.0Uhhc7
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'splunk::enterprise::version'. (file: /etc/puppetlabs/code/environments/production/modules/splunk/manifests/params.pp, line: 115, column: 27) on node almalinux9-64-puppet8.example.com
|
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L35
splunk enterprise class default parameters Package "splunk" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "splunk" to be installed
|
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L39
splunk enterprise class default parameters Service "Splunkd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "Splunkd" to be enabled
|
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L40
splunk enterprise class default parameters Service "Splunkd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "Splunkd" to be running
|
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L47
splunk enterprise class default parameters File "/opt/splunk/etc/system/local/alert_actions.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/opt/splunk/etc/system/local/alert_actions.conf".file?` to be truthy, got false
|
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L48
splunk enterprise class default parameters File "/opt/splunk/etc/system/local/alert_actions.conf" is expected to be mode 600
Failure/Error: it { is_expected.to be_mode 600 }
expected `File "/opt/splunk/etc/system/local/alert_actions.conf".mode?(600)` to be truthy, got false
|
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L49
splunk enterprise class default parameters File "/opt/splunk/etc/system/local/alert_actions.conf" is expected to be owned by "splunk"
Failure/Error: it { is_expected.to be_owned_by 'splunk' }
expected `File "/opt/splunk/etc/system/local/alert_actions.conf".owned_by?("splunk")` to be truthy, got false
|
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L50
splunk enterprise class default parameters File "/opt/splunk/etc/system/local/alert_actions.conf" is expected to be grouped into "splunk"
Failure/Error: it { is_expected.to be_grouped_into 'splunk' }
expected `File "/opt/splunk/etc/system/local/alert_actions.conf".grouped_into?("splunk")` to be truthy, got false
|
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L47
splunk enterprise class default parameters File "/opt/splunk/etc/system/local/authentication.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/opt/splunk/etc/system/local/authentication.conf".file?` to be truthy, got false
|
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L48
splunk enterprise class default parameters File "/opt/splunk/etc/system/local/authentication.conf" is expected to be mode 600
Failure/Error: it { is_expected.to be_mode 600 }
expected `File "/opt/splunk/etc/system/local/authentication.conf".mode?(600)` to be truthy, got false
|
Loading