diff options
author | Marc Chamberland <chamberland.marc@gmail.com> | 2020-05-10 09:49:03 -0400 |
---|---|---|
committer | Lance Albertson <lance@osuosl.org> | 2020-09-15 14:04:36 -0700 |
commit | 215dfd4834cf59e508c26b45dbddbc698c57fd7b (patch) | |
tree | c5de91ae786325e8c97000af77c70f3ff3034912 /lib/chef/log/syslog.rb | |
parent | ed48186831835be81b436a160bcf190a7756d473 (diff) | |
download | chef-215dfd4834cf59e508c26b45dbddbc698c57fd7b.tar.gz |
tighten all require statements for dist implementation
Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
Signed-off-by: Lance Albertson <lance@osuosl.org>
Diffstat (limited to 'lib/chef/log/syslog.rb')
-rw-r--r-- | lib/chef/log/syslog.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/log/syslog.rb b/lib/chef/log/syslog.rb index 8c22fbf3da..a024b05b53 100644 --- a/lib/chef/log/syslog.rb +++ b/lib/chef/log/syslog.rb @@ -19,7 +19,7 @@ require "logger" require "syslog-logger" require_relative "../mixin/unformatter" -require "chef-utils" +require "chef-utils/dist/infra" class Chef class Log |