Skip to content

Commit

Permalink
isolated build test
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Jul 23, 2024
1 parent fa07938 commit 3111f09
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions cookbooks/aws-parallelcluster-platform/recipes/install/awscli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
code "#{file_cache_path}/awscli/aws/install -i /usr/local/aws -b /usr/local/bin"
end

cookbook_file "#{node['cluster']['scripts_dir']}/iso-ca-bundle-config.sh" do
source 'isolated/iso-ca-bundle-config.sh'
cookbook 'aws-parallelcluster-platform'
owner 'root'
group 'root'
mode '0755'
action :create_if_missing
end

execute "patch ca bundle" do
command "sh #{node['cluster']['scripts_dir']}/iso-ca-bundle-config.sh"
end
# cookbook_file "#{node['cluster']['scripts_dir']}/iso-ca-bundle-config.sh" do
# source 'isolated/iso-ca-bundle-config.sh'
# cookbook 'aws-parallelcluster-platform'
# owner 'root'
# group 'root'
# mode '0755'
# action :create_if_missing
# end
#
# execute "patch ca bundle" do
# command "sh #{node['cluster']['scripts_dir']}/iso-ca-bundle-config.sh"
# end

0 comments on commit 3111f09

Please sign in to comment.