Skip to content

Commit 0c94000

Browse files
committed
download aws_sdk_core version based on attribute
1 parent 6626f08 commit 0c94000

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

attributes/default.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
default['aws-codedeploy-agent']['rbenv_ruby-version'] = '2.1.5'
2+
default['aws-codedeploy-agent']['aws_sdk_core-version'] = '2.6.11'

definitions/download_installer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
rbenv_gem 'aws-sdk-core' do
4444
rbenv_version node['aws-codedeploy-agent']['rbenv_ruby-version']
45-
version '2.3.17'
45+
version node['aws-codedeploy-agent']['aws_sdk_core-version']
4646
end
4747

4848
link '/usr/bin/ruby2.0' do

definitions/manual_installer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
rbenv_gem 'aws-sdk-core' do
3939
rbenv_version node['aws-codedeploy-agent']['rbenv_ruby-version']
40-
version '2.3.17'
40+
version node['aws-codedeploy-agent']['aws_sdk_core-version']
4141
end
4242

4343
link '/usr/bin/ruby2.0' do

0 commit comments

Comments
 (0)