Skip to content

Commit

Permalink
Update enterprise_spec.rb
Browse files Browse the repository at this point in the history
add auth to spec check
  • Loading branch information
luedderd authored Aug 21, 2024
1 parent 4f220c2 commit 6b37adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/enterprise_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
it { is_expected.to contain_splunk_input('default_splunktcp').with(section: 'splunktcp://:9997', value: 'dns') }
it { is_expected.to contain_splunk_web('splunk_server_splunkd_port').with(value: '127.0.0.1:8089') }
it { is_expected.to contain_splunk_web('splunk_server_web_port').with(value: '8000') }
it { is_expected.not_to contain_file('/opt/splunk/etc/splunk.secret') }
it { is_expected.not_to contain_file('/opt/splunk/etc/auth/splunk.secret') }
it { is_expected.not_to contain_file('/opt/splunk/etc/passwd') }
end

Expand Down

0 comments on commit 6b37adb

Please sign in to comment.