Skip to content

Commit

Permalink
fix: openssl is now required for password
Browse files Browse the repository at this point in the history
openssl is now used to generate passwords, so make it
a required basic package.

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Aug 21, 2024
1 parent 09beeee commit bc0081f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vars/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ __ha_cluster_role_essential_packages:
# even if qnetd is not being configured, it is needed for removing qnetd
# configuration
- corosync-qnetd
- openssl

__ha_cluster_fullstack_node_packages:
- corosync
- libknet1-plugins-all
- resource-agents
- pacemaker
- openssl # used in the role for generating preshared keys

__ha_cluster_cloud_agents_packages: []

Expand Down
1 change: 1 addition & 0 deletions vars/Suse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ __ha_cluster_role_essential_packages:
- 'socat'
- 'libxml2-tools'
- 'rsyslog'
- 'openssl'

__ha_cluster_fullstack_node_packages: []

Expand Down

0 comments on commit bc0081f

Please sign in to comment.