diff options
Diffstat (limited to 'lib/chef/config.rb')
-rw-r--r-- | lib/chef/config.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb index c9e0914c0b..57dcd01c98 100644 --- a/lib/chef/config.rb +++ b/lib/chef/config.rb @@ -643,6 +643,9 @@ class Chef default :normal_attribute_whitelist, nil default :override_attribute_whitelist, nil + config_context :windows_service do + end + # Chef requires an English-language UTF-8 locale to function properly. We attempt # to use the 'locale -a' command and search through a list of preferences until we # find one that we can use. On Ubuntu systems we should find 'C.UTF-8' and be |