Skip to content

Commit

Permalink
fixing omnibus issue.
Browse files Browse the repository at this point in the history
Signed-off-by: talktovikas <[email protected]>
  • Loading branch information
talktovikas committed Dec 14, 2024
1 parent 6ca1f97 commit b1bc9e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions oc-chef-pedant/spec/running_configs/basic_config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@
expect(config['opscode-erchef']['solr_http_max_age'].to_s).not_to eq ''
end

it "opscode-erchef/solr_track_total_hit" do
expect(config['opscode-erchef']['solr_track_total_hit'].to_s).not_to eq ''
end

it "opscode-erchef/solr_http_max_connection_duration" do
expect(config['opscode-erchef']['solr_http_max_connection_duration'].to_s).not_to eq ''
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@
default['private_chef']['opscode-erchef']['solr_http_max_count'] = 100
default['private_chef']['opscode-erchef']['solr_http_cull_interval'] = '{1, min}'
default['private_chef']['opscode-erchef']['solr_http_max_age'] = '{70, sec}'
default['private_chef']['opscode-erchef']['solr_track_total_hits'] = false
default['private_chef']['opscode-erchef']['solr_http_max_connection_duration'] = '{70,sec}'
default['private_chef']['opscode-erchef']['solr_retry_on_conn_closed'] = true
default['private_chef']['opscode-erchef']['solr_ibrowse_options'] = '[{connect_timeout, 10000}]'
Expand Down

0 comments on commit b1bc9e8

Please sign in to comment.