Puppet Data Type Alias: Profile::Cache::Sites

Defined in:
modules/profile/types/cache/sites.pp

Overview

SPDX-License-Identifier: Apache-2.0 Describes the websites served by Wikimedia's CDN. The hash key is the FQDN of the site as sent in the Host request header.

Alias of

Hash[String, Struct[{
    'caching'   => Profile::Cache::Caching,
    'regex_key' => Optional[Boolean],
    'subpaths'  => Optional[Hash[String, Struct[{
        'caching'   => Profile::Cache::Caching,
    }]]],
}]]


# File 'modules/profile/types/cache/sites.pp', line 4