sunetdrive/manifests/cache.pp

14 lines
304 B
ObjectPascal
Raw Permalink Normal View History

2023-02-13 09:44:56 +00:00
#Class for SUNET-Drive-Cache
class sunetdrive::cache (
$bootstrap = undef,
$location = undef,
$override_config = undef,
$override_compose = undef,
$override_redis_conf = undef
) {
$cache = sunetdrive::cache_type { 'base_cache':
bootstrap => $bootstrap,
location => $location,
}
}