Skip to content

Commit

Permalink
changeprop: remove realm
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Mar 24, 2024
1 parent 6cf51de commit 035d291
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/changeprop/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
class changeprop (
$broker_list = lookup('changeprop::broker_list', {'default_value' => '10.0.18.146:9092'}),
$jobrunner_host = lookup('changeprop::jobrunner_host', {'default_value' => 'http://jobrunner.wikitide.net:9006'}),
$realm = lookup('changeprop::realm', {'default_value' => 'production'}),
$proxy = lookup('changeprop::proxy', {'default_value' => ''}),
$high_traffic_jobs_config = lookup('changeprop::high_traffic_jobs_config', {'default_value' => {}}),
$low_traffic_concurrency = lookup('changeprop::low_traffic_concurrency', {'default_value' => 50}),
Expand Down

0 comments on commit 035d291

Please sign in to comment.