From a487d0cf4e34373298d0a91a4715da3f1fa8a794 Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Sat, 4 Jan 2014 17:31:51 +0100 Subject: [PATCH] messaging: update cluster params (pin on eNovance/master) --- manifests/messaging.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/messaging.pp b/manifests/messaging.pp index 7a0aaf7c..94ae04d7 100644 --- a/manifests/messaging.pp +++ b/manifests/messaging.pp @@ -36,7 +36,7 @@ class privatecloud::messaging( class { 'rabbitmq::server': delete_guest_user => true, config_cluster => true, - cluster_nodes => $rabbit_hosts, + cluster_disk_nodes => $rabbit_hosts, wipe_db_on_cookie_change => true, }