Displaying 1 result from an estimated 1 matches for "gen003200".
Did you mean:
gen003060
2009 Jul 27
0
Reporting and documenting in Modules/Classes
...ible
## exception of root) will be listed there.
# CLIP note: this is not needed for AC-3, but this STIG is
# added here due to prevent duplicate puppet resources. See below
# for the cron.deny part of the STIG.
ensure => file,
content => "root\n"
}
## (GEN003200: CAT II) The SA will ensure the cron.deny
## file has permissions of 600, or more restrictive.
## (GEN003260: CAT II) The SA will ensure the owner and
## group owner of the cron.deny file is root.
file { "/etc/cron.deny":
owner => "root",
group => "root...