Skip to content

Commit

Permalink
Merge pull request #110 from scalp42/fix_chef_12_compile_time
Browse files Browse the repository at this point in the history
[test me] compile_time works with Chef 11/12 including chef-sugar
  • Loading branch information
jtimberman committed Mar 20, 2015
2 parents d2099e5 + 651dd7b commit 712bff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/default.rb
Expand Up @@ -18,6 +18,7 @@
#
chef_gem 'aws-sdk' do
version node['aws']['aws_sdk_version']
compile_time true if Chef::Resource::ChefGem.instance_methods(false).include?(:compile_time)
action :install
end

Expand Down

0 comments on commit 712bff8

Please sign in to comment.