Skip to content

Commit 3d5b4bc

Browse files
Sean Smithdemartinofra
Sean Smith
authored andcommitted
Changed package from cfncluster -> aws-parallelcluster
Signed-off-by: Sean Smith <[email protected]>
1 parent 80f3347 commit 3d5b4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/awsbatch_config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# For CentOS 6 use shell_out function in order to have a correct PATH needed to compile aws-parallelcluster dependencies
5454
ruby_block "pip_install_parallelcluster" do
5555
block do
56-
pip_install_package('cfncluster', node['cfncluster']['cfncluster-version'])
56+
pip_install_package('aws-parallelcluster', node['cfncluster']['cfncluster-version'])
5757
end
5858
end
5959
else

0 commit comments

Comments
 (0)