From 19d300f876e0f6eec4d40a333d6aac2c7b255f3e Mon Sep 17 00:00:00 2001 From: Helena Greebe Date: Mon, 8 Jul 2024 18:06:21 -0400 Subject: [PATCH] [NOT ADC] move awscli install --- cookbooks/aws-parallelcluster-platform/recipes/install.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/aws-parallelcluster-platform/recipes/install.rb b/cookbooks/aws-parallelcluster-platform/recipes/install.rb index b2a43f262..8ff763391 100644 --- a/cookbooks/aws-parallelcluster-platform/recipes/install.rb +++ b/cookbooks/aws-parallelcluster-platform/recipes/install.rb @@ -16,9 +16,9 @@ include_recipe "aws-parallelcluster-platform::disable_services" package_repos 'setup the repositories' include_recipe "aws-parallelcluster-platform::directories" -install_packages 'Install OS and extra packages' include_recipe "aws-parallelcluster-platform::cookbook_virtualenv" include_recipe "aws-parallelcluster-platform::awscli" +install_packages 'Install OS and extra packages' include_recipe "openssh" include_recipe "aws-parallelcluster-platform::disable_selinux" include_recipe "aws-parallelcluster-platform::license_readme"