From 6a241b85739d81b1ac15dec53d775856d6883f14 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 18 Jan 2014 11:37:11 +0000 Subject: [PATCH] syntax 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 3eb54cb01..5ef22d002 100644 --- a/modules/roles/manifests/pubsub/client.pp +++ b/modules/roles/manifests/pubsub/client.pp @@ -13,7 +13,7 @@ class roles::pubsub::client { $rabbit_password = $roles::pubsub::parameters::rabbit_password package { [ - 'python-dsa-mq' + 'python-dsa-mq', 'python-kombu' ]: ensure => latest, -- 2.20.1