Skip to content

Commit

Permalink
Merge pull request #60 from dustints/gutterball_amqp_url
Browse files Browse the repository at this point in the history
Fixes #9466 - gutterball.conf missing gutterball.amqp.connect
  • Loading branch information
Dustin Tsang committed Feb 19, 2015
2 parents fa0be36 + bb301e2 commit 7b70306
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 7b70306

Please # to comment.