Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Mar 24, 2024
1 parent 9d46241 commit 6cf51de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/changeprop/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
$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}),
$redis_host = lookup('changeprop::low_traffic_concurrency', {'default_value' => 'localhost'}),
$redis_host = lookup('changeprop::redis_host', {'default_value' => 'localhost'}),
$redis_password = lookup('passwords::redis::master')
) {
stdlib::ensure_packages(['nodejs', 'libsasl2-dev'])
Expand Down

0 comments on commit 6cf51de

Please sign in to comment.