summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavin Taddeo <davin@chef.io>2020-06-15 12:29:42 -0400
committerDavin Taddeo <davin@chef.io>2020-06-15 12:29:42 -0400
commita6e2ac3a16c2ebe5e8010df1c1764abb5b1721d2 (patch)
treed62d78a1baec3eae38e4aeeed560083d79aed236
parent5eab72b9e784d1018adfa64f5da6436345679f44 (diff)
downloadchef-a6e2ac3a16c2ebe5e8010df1c1764abb5b1721d2.tar.gz
modifying some line spacing and adding an "introduced" tag.
Signed-off-by: Davin Taddeo <davin@chef.io>
-rw-r--r--lib/chef/resource/windows_audit_policy.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_audit_policy.rb b/lib/chef/resource/windows_audit_policy.rb
index 91e03c7864..dc261f4ac2 100644
--- a/lib/chef/resource/windows_audit_policy.rb
+++ b/lib/chef/resource/windows_audit_policy.rb
@@ -85,6 +85,7 @@ class Chef
provides :windows_audit_policy
description "Use the **windows_audit_policy** resource to configure system level and per-user Windows advanced audit policy settings."
+ introduced: "16.2"
examples <<~DOC
**Set Logon and Logoff policy to "Success and Failure"**:
@@ -108,6 +109,7 @@ class Chef
action :set
end
```
+
**Enable CrashOnAuditFail option**:
```ruby
@@ -116,7 +118,6 @@ class Chef
action :set
end
```
-
DOC
property :subcategory, [String, Array],