From 4edbc8335d0bd9eb3465c3bd42465eebb951c297 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 12 Jan 2014 20:13:51 +0000 Subject: [PATCH] push out pubsub library Signed-off-by: Stephen Gran --- modules/roles/manifests/pubsub/client.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/roles/manifests/pubsub/client.pp b/modules/roles/manifests/pubsub/client.pp index 86431627c..fab5cfd42 100644 --- a/modules/roles/manifests/pubsub/client.pp +++ b/modules/roles/manifests/pubsub/client.pp @@ -14,4 +14,8 @@ class roles::pubsub::client { content => template('roles/pubsub/pubsub.conf.erb'), mode => '0440' } + + package { 'python-dsa-mq': + ensure => latest + } } -- 2.20.1