add kombu dep
[mirror/dsa-puppet.git] / modules / roles / manifests / pubsub / client.pp
index df220ff..3eb54cb 100644 (file)
@@ -8,11 +8,14 @@
 #
 class roles::pubsub::client {
 
-       include roles::pubsub::params
+       include roles::pubsub::parameters
 
-       $rabbit_password = $roles::pubsub::params::rabbit_password
+       $rabbit_password = $roles::pubsub::parameters::rabbit_password
 
-       package { 'python-dsa-mq':
+       package { [
+               'python-dsa-mq'
+               'python-kombu'
+       ]:
                ensure => latest,
                tag    => extra_repo,
        }