summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@chef.io>2020-01-30 14:53:34 -0800
committerGitHub <noreply@github.com>2020-01-30 14:53:34 -0800
commit1c43ee9d33270963c70b21b8801d7f9c38f3bc71 (patch)
tree26dd8af75ed43168e39950edec98a027760a453d
parentbe64e7f89b4b027061acf8afeea9b9b981856dc4 (diff)
parent4f6899abf0b6409f68c065ebb444d21bf8f1b0b8 (diff)
downloadchef-1c43ee9d33270963c70b21b8801d7f9c38f3bc71.tar.gz
chef-utils: add which/train_helpers/path_sanity to the DSL (#9303)
chef-utils: add which/train_helpers/path_sanity to the DSL
-rw-r--r--chef-utils/lib/chef-utils.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/chef-utils/lib/chef-utils.rb b/chef-utils/lib/chef-utils.rb
index 596737892c..d52c866de5 100644
--- a/chef-utils/lib/chef-utils.rb
+++ b/chef-utils/lib/chef-utils.rb
@@ -34,12 +34,12 @@ module ChefUtils
include ChefUtils::DSL::Cloud
include ChefUtils::DSL::Introspection
include ChefUtils::DSL::OS
+ include ChefUtils::DSL::PathSanity
include ChefUtils::DSL::Platform
include ChefUtils::DSL::PlatformFamily
+ include ChefUtils::DSL::TrainHelpers
+ include ChefUtils::DSL::Which
include ChefUtils::DSL::Windows
- # FIXME: include ChefUtils::DSL::Which in Chef 16.0
- # FIXME: include ChefUtils::DSL::PathSanity in Chef 16.0
- # FIXME: include ChefUtils::DSL::TrainHelpers in Chef 16.0
# ChefUtils::DSL::Service is deliberately excluded
CANARY = 1 # used as a guard for requires