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 0f9c617 commit e47192dCopy full SHA for e47192d
cookbooks/aws-parallelcluster-platform/resources/install_packages/install_packages_alinux2023.rb
@@ -19,6 +19,17 @@
19
use 'partial/_install_packages_common.rb'
20
use 'partial/_install_packages_rhel_amazon.rb'
21
22
+
23
+action :install do
24
+ package new_resource.packages do
25
+ # TODO: Installing the full version using option
26
+ options '--allowerasing'
27
+ retries 10
28
+ retry_delay 5
29
+ flush_cache({ before: true })
30
+ end
31
+end
32
33
def default_packages
34
# environment-modules required by EFA, Intel MPI and ARM PL
35
# Removed libssh2-devel from base_packages since is not shipped by RedHat 8 and in conflict with package libssh-0.9.6-3.el8.x86_64
0 commit comments