sigh, include the params class
[mirror/dsa-puppet.git] / modules / roles / manifests / dbmaster.pp
index 5a96209..111b4f1 100644 (file)
@@ -8,9 +8,9 @@
 #
 class roles::dbmaster {
 
-       include roles::pubsub::params
+       include roles::pubsub::parameters
 
-       $rabbit_password = $roles::pubsub::params::rabbit_password
+       $rabbit_password = $roles::pubsub::parameters::rabbit_password
 
        ssl::service { 'db.debian.org':
                notify => Service['apache2'],