summaryrefslogtreecommitdiff
path: root/chef-expander
diff options
context:
space:
mode:
authorAndrea Campi <andrea.campi@zephirworks.com>2011-11-29 15:42:30 -0800
committerBryan McLellan <btm@opscode.com>2012-05-03 16:53:26 -0700
commit5bcff3b47ff64f9a2d902a1c8b34c8d00c1430a2 (patch)
treeb3fcc1d73cd944602e3d769303ec09fdf60ca1b6 /chef-expander
parentc9a454654fced23b319dbbc08faa80e0f980748f (diff)
downloadchef-5bcff3b47ff64f9a2d902a1c8b34c8d00c1430a2.tar.gz
CHEF-2652: update an example config file to match code changes.
Diffstat (limited to 'chef-expander')
-rw-r--r--chef-expander/conf/chef-expander.rb.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-expander/conf/chef-expander.rb.example b/chef-expander/conf/chef-expander.rb.example
index 9b21daf65a..69fb972798 100644
--- a/chef-expander/conf/chef-expander.rb.example
+++ b/chef-expander/conf/chef-expander.rb.example
@@ -1,5 +1,5 @@
# The URL is the only Solr config Chef Expander needs #
-solr_url "http://localhost:8983"
+solr_url "http://localhost:8983/solr"
# Parameters for connecting to RabbitMQ
amqp_host 'localhost'