summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
Diffstat (limited to 'chef-utils')
-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