fix param name
[mirror/dsa-puppet.git] / modules / roles / manifests / pubsub.pp
index 86b5807..7d49410 100644 (file)
@@ -22,7 +22,9 @@ class roles::pubsub {
                ssl_cacert        => '/etc/ssl/debian/certs/ca.crt',
                ssl_cert          => '/etc/ssl/debian/certs/thishost-server.crt',
                ssl_key           => '/etc/ssl/debian/keys/thishost-server.key',
-               manage_repo       => false,
+               ssl_port          => 5671,
+               ssl_verify        => 'verify_none',
+               manage_repos      => false,
        }
 
        user { 'rabbitmq':