projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4fb891
)
Set SSL Port to 5671 and do not verify SSL
author
Martin Zobel-Helas
<zobel@debian.org>
Sun, 21 Jun 2015 18:38:47 +0000
(18:38 +0000)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/pubsub.pp
b/modules/roles/manifests/pubsub.pp
index
86b5807
..
bad9abc
100644
(file)
--- 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,
}