diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2020-01-30 12:57:35 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2020-01-30 12:57:35 -0800 |
commit | 4f6899abf0b6409f68c065ebb444d21bf8f1b0b8 (patch) | |
tree | bc4e3555427fca2ff96829656a7c09e45c0159f0 | |
parent | 028cae6ee0e14cdffec14e6a86632bce3a347a83 (diff) | |
download | chef-4f6899abf0b6409f68c065ebb444d21bf8f1b0b8.tar.gz |
chef-utils: add which/train_helpers/path_sanity to the DSL
time for this for chef-16
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r-- | chef-utils/lib/chef-utils.rb | 6 |
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 |