summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorjtimberman <joshua@opscode.com>2011-03-28 13:17:44 -0700
committerDaniel DeLeo <dan@opscode.com>2011-04-10 22:10:04 -0700
commita33308799be513bcf1349327ce1eb4f24b03f91e (patch)
treea48c955015c5f640051876ebb939e17e9efa14e2 /Rakefile
parent4586e44fb3f2e02496391e3cb282c46921e75f4e (diff)
downloadchef-a33308799be513bcf1349327ce1eb4f24b03f91e.tar.gz
long live chef expander, and start it up for dev features
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c154bf0029..631baa87cb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -157,7 +157,7 @@ def start_dev_environment(type="normal")
sleep 2
configure_rabbitmq(type)
start_chef_solr(type)
- start_chef_solr_indexer(type)
+ start_chef_expander(type)
start_chef_server(type)
start_chef_webui(type)
puts "Running CouchDB at #{@couchdb_server_pid}"