summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2017-01-27 11:32:48 +0000
committerGitHub <noreply@github.com>2017-01-27 11:32:48 +0000
commitd74a1aa6b3bfa0879b139afd18cc92f04205f647 (patch)
tree1c66c6dc456d1114a4de08979a62ec9b490d66f6
parentec980071ce34627701f039c0deae37022b4742d2 (diff)
parentb2cd43a3ce50530c1bfa042c41968557e47d5dce (diff)
downloadohai-d74a1aa6b3bfa0879b139afd18cc92f04205f647.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 b06b6391..12f78c70 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