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.adam-barratt.org.uk/?a=commitdiff_plain;h=0fdf5bc91f6e22b79896217bb83c5b105b3f74af;p=mirror%2Fdsa-puppet.git 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 86b5807a4..bad9abc54 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, }