Skip to content

Commit

Permalink
Fix default behavior to include chef-sugar at compile time.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bellone committed May 8, 2015
1 parent ad0e8e2 commit 1f5c2b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
if Chef::Resource::ChefGem.instance_methods(false).include?(:compile_time)
chef_gem 'chef-sugar' do
version gem_version
compile_time true
end
else
chef_gem 'chef-sugar' do
Expand Down

0 comments on commit 1f5c2b2

Please sign in to comment.