Puppet Data Type Alias: Mediawiki::SiteCollection::Wikis

Defined in:
modules/mediawiki/types/sitecollection/wikis.pp

Overview

This type encapsulates the description of wiki-configuring apache virtualhosts

Alias of

Struct[{
    'name' => String,
    'vhosts' => Array[Struct[{'name' => String, 'k8s_only_params' => Optional[Hash], 'params' => Hash}]],
    'defaults' => Hash,
    'priority' => Integer[0,99]
}]


# File 'modules/mediawiki/types/sitecollection/wikis.pp', line 3