Skip to content

Commit

Permalink
fix for issue #25
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Nov 5, 2014
1 parent 9496f5b commit efceee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
default['solrcloud']['solr_config']['solrcloud']['zk_host'] = ["#{node['ipaddress']}:#{node['solrcloud']['zk_run_port']}"] if node['solrcloud']['zk_run']

# Solr Zookeeper configSets directory (collection.configName)
default['solrcloud']['zkconfigsets_home'] = File.join(node['solrcloud']['install_dir'], 'zkconfigs')
default['solrcloud']['zkconfigsets_home'] = '/usr/local/solr_zkconfigsets'

default['solrcloud']['solr_config']['core_root_directory'] = node['solrcloud']['cores_home']
default['solrcloud']['solr_config']['shared_lib'] = node['solrcloud']['shared_lib']
Expand Down

0 comments on commit efceee1

Please sign in to comment.