Project

General

Profile

Download (283 Bytes) Statistics
| Branch: | Tag: | Revision:
class apache::default_confd_files (
$all = true,
) {
# The rest of the conf.d/* files only get loaded if we want them
if $all {
case $::osfamily {
'freebsd': {
include ::apache::confd::no_accf
}
default: {
# do nothing
}
}
}
}
(3-3/19)