diff options
author | Davin Taddeo <davin@chef.io> | 2020-09-30 14:27:32 -0400 |
---|---|---|
committer | Davin Taddeo <davin@chef.io> | 2020-09-30 14:27:32 -0400 |
commit | 491b747ca8a056673920ae654d8ee3e289557635 (patch) | |
tree | 1c4a3e3a91ce24263b9caf85bc3e16975addd16f /lib | |
parent | fa0c3ce1e6bb7d7fcbc1928a58f0253a879d051b (diff) | |
download | chef-491b747ca8a056673920ae654d8ee3e289557635.tar.gz |
trailing space cleanup.
Signed-off-by: Davin Taddeo <davin@chef.io>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/resource/windows_audit_policy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_audit_policy.rb b/lib/chef/resource/windows_audit_policy.rb index 5bc844f46d..69bfc80273 100644 --- a/lib/chef/resource/windows_audit_policy.rb +++ b/lib/chef/resource/windows_audit_policy.rb @@ -218,7 +218,7 @@ class Chef if ($auditpol_config | Select-String "#{setting}") { return $true } else { return $false } CODE end - + def option_configured?(option_name, option_setting) setting = option_setting ? "Enabled$" : "Disabled$" powershell_exec!(<<-CODE).result |