Skip to content

Commit

Permalink
Fixes #9466 - gutterball.conf missing gutterball.amqp.connect
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Tsang committed Feb 19, 2015
1 parent fa0be36 commit f81b3b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/plugin/gutterball.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
class { 'certs::gutterball': } ->
foreman::plugin { 'gutterball': } ->
class { '::gutterball':
amqp_broker_host => $::fqdn,
amqp_broker_port => $::qpid::ssl_port,
keystore_password => $certs::gutterball::gutterball_keystore_password,
} ~>
class { 'katello::plugin::gutterball::config':
Expand Down

0 comments on commit f81b3b0

Please # to comment.