summaryrefslogtreecommitdiff
path: root/lib/chef/resources.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-02-20 09:29:24 -0800
committerTim Smith <tsmith@chef.io>2018-02-21 14:09:47 -0800
commitfd1c156b767cfa8feafd24dd40eb68d5956a7d2d (patch)
tree58ce6e8cb27a208e4d3881fc7aee3a387586155e /lib/chef/resources.rb
parente91fe995f8e93788f98ff32e1df4c0789b1a5a2a (diff)
downloadchef-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.rb1
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"