From: Martin Zobel-Helas Date: Sun, 21 Jun 2015 18:38:47 +0000 (+0000) Subject: Set SSL Port to 5671 and do not verify SSL X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=0fdf5bc91f6e22b79896217bb83c5b105b3f74af Set SSL Port to 5671 and do not verify SSL Signed-off-by: Martin Zobel-Helas --- diff --git a/modules/roles/manifests/pubsub.pp b/modules/roles/manifests/pubsub.pp index 86b5807a..bad9abc5 100644 --- a/modules/roles/manifests/pubsub.pp +++ b/modules/roles/manifests/pubsub.pp @@ -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, }