diff options
author | Tim Smith <tsmith@chef.io> | 2018-02-20 09:29:24 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-02-21 14:09:47 -0800 |
commit | fd1c156b767cfa8feafd24dd40eb68d5956a7d2d (patch) | |
tree | 58ce6e8cb27a208e4d3881fc7aee3a387586155e /lib/chef/resources.rb | |
parent | e91fe995f8e93788f98ff32e1df4c0789b1a5a2a (diff) | |
download | chef-fd1c156b767cfa8feafd24dd40eb68d5956a7d2d.tar.gz |
Add build_essential resource from the build-essential cookbookessentially_built
This has the following modifications from the cookbook:
Solaris 10 no longer warns since we don't support Solaris 10. We assume 11
Windows no longer includes the windows recipe. This really should not have been added since build-essential concept doesn't translate there
macOS xcode setup is done inline vs. including the xcode command line setup resource from build-essential cookbook. It's a single execute resource and this seemed pretty silly
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resources.rb')
-rw-r--r-- | lib/chef/resources.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resources.rb b/lib/chef/resources.rb index c10bf98b2f..0ead6b8a2a 100644 --- a/lib/chef/resources.rb +++ b/lib/chef/resources.rb @@ -23,6 +23,7 @@ require "chef/resource/apt_update" require "chef/resource/bash" require "chef/resource/batch" require "chef/resource/breakpoint" +require "chef/resource/build_essential" require "chef/resource/cookbook_file" require "chef/resource/chef_gem" require "chef/resource/chocolatey_package" |