Skip to content

Commit

Permalink
Update enterprise_spec.rb
Browse files Browse the repository at this point in the history
Update secret location in spec testing
  • Loading branch information
luedderd authored Aug 21, 2024
1 parent 580d367 commit 4f220c2
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 @@ -121,7 +121,7 @@
let(:params) { { 'manage_password' => true } }

it { is_expected.to compile.with_all_deps }
it { is_expected.to contain_file('/opt/splunk/etc/splunk.secret') }
it { is_expected.to contain_file('/opt/splunk/etc/auth/splunk.secret') }
it { is_expected.to contain_file('/opt/splunk/etc/passwd') }
end
end
Expand Down

0 comments on commit 4f220c2

Please sign in to comment.