sigh, include the params class
[mirror/dsa-puppet.git] / modules / roles / manifests / pubsub / client.pp
index df220ff..e2a1083 100644 (file)
@@ -8,9 +8,9 @@
 #
 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':
                ensure => latest,