diff options
author | Daniel DeLeo <dan@opscode.com> | 2011-02-12 10:39:58 -0800 |
---|---|---|
committer | Daniel DeLeo <dan@opscode.com> | 2011-02-12 10:39:58 -0800 |
commit | 97c806d9c00ac955822e02a0c8ac4efc91719711 (patch) | |
tree | 9777689d198f41c4c9fd7cf25e3b134d9b9bcff8 /Rakefile | |
parent | aa1e2da7391f7739cc3bd5c38ecd9fb4d4c28be2 (diff) | |
download | chef-97c806d9c00ac955822e02a0c8ac4efc91719711.tar.gz |
trying to configure rabbitmq too soon corrupts its db
there must be a joke about coffee mugs in here somewhere
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -155,6 +155,7 @@ end def start_dev_environment(type="normal") start_couchdb(type) start_rabbitmq(type) + sleep 2 configure_rabbitmq(type) start_chef_solr(type) start_chef_solr_indexer(type) |