We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe08c18 commit 249b4c4Copy full SHA for 249b4c4
cookbooks/aws-parallelcluster-platform/resources/install_packages/install_packages_redhat8.rb
@@ -30,7 +30,7 @@ def default_packages
30
libical-devel sendmail libxml2-devel libglvnd-devel
31
libgcrypt-devel libevent-devel glibc-static bind-utils
32
iproute NetworkManager-config-routing-rules python3 python3-pip iptables libcurl-devel yum-plugin-versionlock
33
- coreutils moreutils curl environment-modules gcc gcc-c++ bzip2 dos2unix)
+ coreutils moreutils curl environment-modules gcc gcc-c++ bzip2 dos2unix openssh-server openssh-client)
34
35
if aws_region.start_with?("us-iso")
36
packages -= %w(openmotif-devel hwloc-devel R blas-devel dkms libedit-devel glibc-static
0 commit comments