From 6fabbac9d3eaceb439eb82b50d3c392844d88495 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 28 Feb 2015 21:39:08 -0500 Subject: [PATCH] Change redis to rabbitmq --- ch03/group_vars/production | 2 +- ch03/inventory/hosts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ch03/group_vars/production b/ch03/group_vars/production index 9a8e4b0..c51a92d 100644 --- a/ch03/group_vars/production +++ b/ch03/group_vars/production @@ -4,4 +4,4 @@ db_replica_host: virginia.example.com db_name: widget_production db_user: widgetuser db_password: pFmMxcyD;Fc6)6 -redis_host: pennsylvania.example.com +rabbitmq_host: pennsylvania.example.com diff --git a/ch03/inventory/hosts b/ch03/inventory/hosts index e6af0c9..9673dd1 100644 --- a/ch03/inventory/hosts +++ b/ch03/inventory/hosts @@ -31,7 +31,7 @@ maryland.example.com ontario.example.com vagrant2 -[redis] +[rabbitmq] pennsylvania.example.com quebec.example.com vagrant3 -- 2.44.0