Add interval to filter component
Add filter.date observer to visu-chrono
Minor playlist component styling
class apache::mod::version(
$apache_version = $::apache::apache_version
) {
if ($::osfamily == 'debian' and versioncmp($apache_version, '2.4') >= 0) {
warning("${module_name}: module version_module is built-in and can't be loaded")
} else {
::apache::mod { 'version': }
}
}