]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Set SSL Port to 5671 and do not verify SSL
authorMartin Zobel-Helas <zobel@debian.org>
Sun, 21 Jun 2015 18:38:47 +0000 (18:38 +0000)
committerMartin Zobel-Helas <zobel@debian.org>
Sun, 21 Jun 2015 18:38:47 +0000 (18:38 +0000)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/roles/manifests/pubsub.pp

index 86b5807a4567efb30678d8c2653e5238673e397f..bad9abc54169941a794f6fe2e0641eb542d7a9f3 100644 (file)
@@ -22,6 +22,8 @@ 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',
+               ssl_port          => 5671,
+               ssl_verify        => 'verify_none',
                manage_repo       => false,
        }