From: Stephen Gran Date: Sat, 18 Jan 2014 11:37:11 +0000 (+0000) Subject: syntax X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=6a241b85739d81b1ac15dec53d775856d6883f14;p=mirror%2Fdsa-puppet.git syntax Signed-off-by: Stephen Gran --- 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,