diff options
-rw-r--r-- | lib/ohai/config.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ohai/config.rb b/lib/ohai/config.rb index 4d4e886b..f7e1f518 100644 --- a/lib/ohai/config.rb +++ b/lib/ohai/config.rb @@ -42,8 +42,6 @@ module Ohai ohai.merge!(configuration) end - private - def default_hints_path [ ChefConfig::Config.platform_specific_path("/etc/chef/ohai/hints") ] end @@ -107,8 +105,6 @@ module Ohai end class << self - private - def option_deprecated(option) <<-EOM.chomp!.tr("\n", " ") Ohai::Config[:#{option}] is set. Ohai::Config[:#{option}] is deprecated and will |