Skip to content

Commit

Permalink
changeprop: require libssl1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Mar 24, 2024
1 parent eba2e9c commit c053c97
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 @@ -9,7 +9,7 @@
$redis_host = lookup('changeprop::redis_host', {'default_value' => 'localhost'}),
$redis_password = lookup('passwords::redis::master')
) {
stdlib::ensure_packages(['nodejs', 'libsasl2-dev'])
stdlib::ensure_packages(['nodejs', 'libssl1.1', 'libsasl2-dev'])

group { 'changeprop':
ensure => present,
Expand Down

0 comments on commit c053c97

Please sign in to comment.