From c449a7d48069955fbea523e83eb6f55d1a1784d3 Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Tue, 25 Feb 2014 10:32:17 -0500 Subject: [PATCH] Set default parameters for messaging.pp Related #1 --- manifests/messaging.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/messaging.pp b/manifests/messaging.pp index 8f31d62e..89d91839 100644 --- a/manifests/messaging.pp +++ b/manifests/messaging.pp @@ -33,9 +33,9 @@ # Defaults to 'disc' class cloud::messaging( - $rabbit_names = $os_params::rabbit_names, - $rabbit_password = $os_params::rabbit_password, - $cluster_node_type = 'disc' + $cluster_node_type = 'disc', + $rabbit_names = ['mgmt001'], + $rabbit_password = 'rabbitpassword' ){ # Packaging issue: https://bugzilla.redhat.com/show_bug.cgi?id=1033305