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