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 0ad5a96 commit 12c2927Copy full SHA for 12c2927
cookbooks/aws-parallelcluster-platform/recipes/install/cookbook_virtualenv.rb
@@ -28,7 +28,7 @@
28
end
29
30
remote_file "#{node['cluster']['base_dir']}/cookbook-dependencies.tgz" do
31
- source "#{node['cluster']['artifacts_s3_url']}/dependencies/PyPi/#{node['kernel']['machine']}/cookbook-dependencies.tgz"
+ source "s3://hgreebe-dependencies/cookbook-dependencies.tgz"
32
mode '0644'
33
retries 3
34
retry_delay 5
@@ -44,7 +44,7 @@
44
user 'root'
45
group 'root'
46
code <<-REQ
47
- #{virtualenv_path}/bin/pip install -r #{cookbook_virtualenv_path}/requirements.txt
+ #{virtualenv_path}/bin/pip install try
48
if [ $? -ne 0 ]; then
49
tar xzf cookbook-dependencies.tgz
50
cd dependencies
0 commit comments