Skip to content

Commit

Permalink
Provide easy compatibility w/ Chef < 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbyrnes committed Jan 20, 2016
1 parent 6c309de commit 0f765a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/default.rb
Expand Up @@ -27,12 +27,12 @@
end

chef_gem 'unf' do
compile_time true
compile_time true if Chef::Resource::ChefGem.method_defined? :compile_time
end

# TODO: Remove this once the gem_hell cookbook is ready to roll

chef_gem 'fog' do
compile_time true
compile_time true if Chef::Resource::ChefGem.method_defined? :compile_time
version node['et_fog']['version']
end

0 comments on commit 0f765a2

Please sign in to comment.