summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-02-26 18:27:21 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2015-02-26 18:27:21 -0800
commit2d09b0f9e6aac3d9c0affee8979203206124ef5c (patch)
tree073187492a3d76b63942cf016dcbb052edc46a4a
parentc2dfb56e730214266ae07a57a56e5889b1e6b85b (diff)
downloadchef-2d09b0f9e6aac3d9c0affee8979203206124ef5c.tar.gz
Add config_context for the windows service
-rw-r--r--lib/chef/config.rb3
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