From 9e99e0d5879a438ae914213bdd3d673471818131 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 12 Jan 2014 18:55:14 +0000 Subject: [PATCH] use the correct parameter Signed-off-by: Stephen Gran --- modules/roles/manifests/pubsub/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/manifests/pubsub/client.pp b/modules/roles/manifests/pubsub/client.pp index 7fe1a88c7..86431627c 100644 --- a/modules/roles/manifests/pubsub/client.pp +++ b/modules/roles/manifests/pubsub/client.pp @@ -8,7 +8,7 @@ # class roles::pubsub::client { - $rabbit_password = hkdf('/etc/puppet/secret', "mq-client-${name}") + $rabbit_password = hkdf('/etc/puppet/secret', "mq-client-${::fqdn}") file { '/etc/dsa/pubsub.conf': content => template('roles/pubsub/pubsub.conf.erb'), -- 2.20.1