Skip to content

Commit

Permalink
Merge pull request #83 from ehelms/update-candlepin-config
Browse files Browse the repository at this point in the history
Update Candlepin config
  • Loading branch information
ehelms committed Sep 25, 2015
2 parents a6df4ce + 1109344 commit 445cf54
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,16 @@
class { '::certs::qpid': } ~>
class { '::certs::candlepin': } ~>
class { '::candlepin':
user_groups => $katello::user_groups,
oauth_key => $katello::oauth_key,
oauth_secret => $katello::oauth_secret,
deployment_url => $katello::deployment_url,
ca_key => $certs::ca_key,
ca_cert => $certs::ca_cert_stripped,
keystore_password => $::certs::candlepin::keystore_password,
user_groups => $katello::user_groups,
oauth_key => $katello::oauth_key,
oauth_secret => $katello::oauth_secret,
deployment_url => $katello::deployment_url,
ca_key => $certs::ca_key,
ca_cert => $certs::ca_cert_stripped,
keystore_password => $::certs::candlepin::keystore_password,
enable_basic_auth => false,
consumer_system_name_pattern => '.+',
adapter_module => 'org.candlepin.katello.KatelloModule',
} ~>
class { '::qpid':
ssl => true,
Expand Down

0 comments on commit 445cf54

Please # to comment.