summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2017-01-27 11:32:48 +0000
committerTim Smith <tsmith@chef.io>2017-05-08 12:31:00 -0700
commit4a117b877fb5979682882c5278ce70fc9c20fe35 (patch)
treefcb2b78d6336513ab8a5f1721cc1d48c61553430
parent8bad06336fa20f776e49339f7191c2d8a27660ed (diff)
downloadohai-4a117b877fb5979682882c5278ce70fc9c20fe35.tar.gz
Merge pull request #947 from chef/require_config
Config is used in system so require it there.
-rw-r--r--lib/ohai/system.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ohai/system.rb b/lib/ohai/system.rb
index 01ee6463..fa816ddb 100644
--- a/lib/ohai/system.rb
+++ b/lib/ohai/system.rb
@@ -28,6 +28,7 @@ require "ohai/mixin/constant_helper"
require "ohai/provides_map"
require "ohai/hints"
require "mixlib/shellout"
+require "ohai/config"
module Ohai
class System