Skip to content

Commit

Permalink
add truststore_password for gutterball
Browse files Browse the repository at this point in the history
  • Loading branch information
cristifalcas committed Jan 21, 2016
1 parent 54f1969 commit 518646b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions manifests/plugin/gutterball.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
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,
amqp_broker_host => $::fqdn,
amqp_broker_port => $::qpid::ssl_port,
keystore_password => $certs::gutterball::gutterball_keystore_password,
truststore_password => $certs::gutterball::gutterball_keystore_password,
} ~>
class { '::katello::plugin::gutterball::config':
foreman_plugins_dir => $katello::config_dir,
Expand Down

0 comments on commit 518646b

Please # to comment.