Puppet Class: secure_windows::stig::v73485
- Defined in:
- manifests/stig/v73485.pp
Overview
This class manages: V-73483 Windows Server 2016 must be configured to audit System - Security System Extension successes. V-73485 Windows Server 2016 must be configured to audit System - Security System Extension failures.
6 7 8 9 10 |
# File 'manifests/stig/v73485.pp', line 6
class secure_windows::stig::v73485 (
Boolean $enforced = false,
) {
# This vulnerability is addressed in secure_windows::stig::v73483
}
|