Skip to content

Commit

Permalink
eventgate: 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 c053c97 commit fca0c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/eventgate/manifests/init.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# == Class: eventgate

class eventgate {
stdlib::ensure_packages('nodejs')
stdlib::ensure_packages(['nodejs', 'libssl1.1'])

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

0 comments on commit fca0c80

Please sign in to comment.