diff options
Diffstat (limited to 'lib/chef/config.rb')
-rw-r--r-- | lib/chef/config.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb index 8a4b67ea57..6e120300a4 100644 --- a/lib/chef/config.rb +++ b/lib/chef/config.rb @@ -64,7 +64,7 @@ class Chef # Override the default values that were set by Ohai. # - # REMOVEME once these configurable are removed from the top level of Ohai. + # REMOVEME once these configurables are removed from the top level of Ohai. default :log_level, LOG_LEVEL default :log_location, LOG_LOCATION @@ -74,7 +74,7 @@ class Chef # chef-client and other tools (e.g., knife), we will mute the warnings here # by redefining the config_attr_writer to not warn for these options. # - # REMOVEME once the warnings for these configurable are removed from Ohai. + # REMOVEME once the warnings for these configurables are removed from Ohai. %i{log_level log_location}.each do |option| config_attr_writer option do |value| value |