summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <jmccrae@chef.io>2021-05-06 11:33:29 -0700
committerTim Smith <tsmith84@gmail.com>2021-09-17 08:13:56 -0700
commit5d189ebe55da39150722866057e5fea0777baba6 (patch)
tree82d4580f91f5633a4c287ee4e8c38e991093e6e3
parent83f2c378281525fe97a88c576307146102892f5b (diff)
downloadchef-5d189ebe55da39150722866057e5fea0777baba6.tar.gz
updated a comment to force a rebuild
Signed-off-by: John McCrae <jmccrae@chef.io>
-rw-r--r--lib/chef/resource/windows_security_policy.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resource/windows_security_policy.rb b/lib/chef/resource/windows_security_policy.rb
index c2de8c615d..4b79067763 100644
--- a/lib/chef/resource/windows_security_policy.rb
+++ b/lib/chef/resource/windows_security_policy.rb
@@ -27,6 +27,7 @@ class Chef
# The valid policy_names options found here
# https://github.com/ChrisAWalker/cSecurityOptions under 'AccountSettings'
+ # This needs to be revisited - the list at the link above is non-exhaustive and is missing a couple of items
policy_names = %w{LockoutDuration
MaximumPasswordAge
MinimumPasswordAge