Skip to content

Commit

Permalink
Don't pass $deployment_url to candlepin
Browse files Browse the repository at this point in the history
This is unused and theforeman/puppet-candlepin#82
was opened to remove this parameter.
  • Loading branch information
ekohl committed Sep 12, 2017
1 parent 451530b commit 151f404
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions manifests/candlepin.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Variant[Array[String], String] $user_groups = $::katello::user_groups,
String $oauth_key = $::katello::oauth_key,
String $oauth_secret = $::katello::oauth_secret,
String $deployment_url = $::katello::deployment_url,
String $db_host = $::katello::candlepin_db_host,
Optional[Integer[0, 65535]] $db_port = $::katello::candlepin_db_port,
String $db_name = $::katello::candlepin_db_name,
Expand All @@ -23,7 +22,6 @@
user_groups => $user_groups,
oauth_key => $oauth_key,
oauth_secret => $oauth_secret,
deployment_url => $deployment_url,
ca_key => $::certs::ca_key,
ca_cert => $::certs::ca_cert_stripped,
keystore_password => $::certs::candlepin::keystore_password,
Expand Down
1 change: 0 additions & 1 deletion spec/classes/katello_candlepin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
:user_groups => ['foreman'],
:oauth_key => 'katello',
:oauth_secret => 'secret',
:deployment_url => '/katello',
:db_host => 'localhost',
:db_port => 5432,
:db_name => 'candlepin',
Expand Down

0 comments on commit 151f404

Please # to comment.