diff options
| author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-02-20 10:03:19 -0800 |
|---|---|---|
| committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-02-20 10:03:19 -0800 |
| commit | e157da786c9cee5188bab8517348d7cb7618cdc4 (patch) | |
| tree | 6b119440449a1dc5135e31abe35bff0a59e3ac72 | |
| parent | 3278f31f77c41c9b0723ad467e398d52281da65b (diff) | |
| download | chef-lcg/lazy-universal.tar.gz | |
add missing require linelcg/lazy-universal
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| -rw-r--r-- | lib/chef/dsl/universal.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/dsl/universal.rb b/lib/chef/dsl/universal.rb index bcdedc119e..cb7e8591e8 100644 --- a/lib/chef/dsl/universal.rb +++ b/lib/chef/dsl/universal.rb @@ -21,6 +21,7 @@ require "chef/dsl/platform_introspection" require "chef/mixin/powershell_exec" require "chef/mixin/powershell_out" require "chef/mixin/shell_out" +require "chef/mixin/lazy_module_include" class Chef module DSL |
