push out pubsub library
[mirror/dsa-puppet.git] / modules / roles / manifests / pubsub / client.pp
index 8643162..fab5cfd 100644 (file)
@@ -14,4 +14,8 @@ class roles::pubsub::client {
                content => template('roles/pubsub/pubsub.conf.erb'),
                mode    => '0440'
        }
+
+       package { 'python-dsa-mq':
+               ensure => latest
+       }
 }