- First implementation of filter for languages.
- Language is now an array in the document
- various corrections linked to the above change
- Simplify the IndexDocumet loop
class apache::mod::cgi {
case $::osfamily {
'FreeBSD': {}
default: {
Class['::apache::mod::prefork'] -> Class['::apache::mod::cgi']
}
}
::apache::mod { 'cgi': }
}