From 7ff1d4680bde74cf187cbb38534d17731d57ab35 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 18 Jan 2014 11:35:55 +0000 Subject: [PATCH] add kombu dep Signed-off-by: Stephen Gran --- modules/roles/manifests/pubsub/client.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/roles/manifests/pubsub/client.pp b/modules/roles/manifests/pubsub/client.pp index e2a1083ec..3eb54cb01 100644 --- a/modules/roles/manifests/pubsub/client.pp +++ b/modules/roles/manifests/pubsub/client.pp @@ -12,7 +12,10 @@ class roles::pubsub::client { $rabbit_password = $roles::pubsub::parameters::rabbit_password - package { 'python-dsa-mq': + package { [ + 'python-dsa-mq' + 'python-kombu' + ]: ensure => latest, tag => extra_repo, } -- 2.20.1