Skip to content

Commit

Permalink
Merge pull request #331 from jbehrends/interface_fix
Browse files Browse the repository at this point in the history
MODULES-1888 - Added missing config params used in the rabbitmq.conf template.
  • Loading branch information
cyberious committed Mar 25, 2015
2 parents 75f17a1 + 6eeb68b commit 8e69912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
$ssl_only = $rabbitmq::ssl_only
$ssl_cacert = $rabbitmq::ssl_cacert
$ssl_cert = $rabbitmq::ssl_cert
$ssl_interface = $rabbitmq::ssl_interface
$ssl_key = $rabbitmq::ssl_key
$ssl_port = $rabbitmq::ssl_port
$ssl_interface = $rabbitmq::ssl_interface
Expand Down

0 comments on commit 8e69912

Please sign in to comment.