# @summary Basework for filters on system # @param filterpath # Where in the filesystem filters should be kept. # @api private class cgit::filter_setup ( String $filterpath = $cgit::filterpath, ) { file { dirname($filterpath): ensure => directory, } file { $filterpath: ensure => directory, } }