Skip to content

Commit

Permalink
Merge pull request #5 from vpackiri/chefdk_version_attribute
Browse files Browse the repository at this point in the history
add attribute for chefdk version
  • Loading branch information
Stephen Lauck committed Nov 13, 2014
2 parents ac84669 + e8880de commit bd84d25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
#
default['pipeline']['github']['server'] = "github.com"

default['java']['jdk_version'] = '7'
default['java']['jdk_version'] = '7'

default['pipeline']['chefdk']['version'] = 'latest'
2 changes: 1 addition & 1 deletion recipes/chefdk.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chef_dk 'pipeline_chefdk' do
version 'latest'
version node['pipeline']['chefdk']['version']
global_shell_init true
action :install
end

0 comments on commit bd84d25

Please sign in to comment.