Puppet Function: profile::mariadb::section_params::writeable_dc
- Defined in:
-
modules/profile/functions/mariadb/section_params/writeable_dc.pp
- Function type:
- Puppet Language
Overview
profile::mariadb::section_params::writeable_dc(Profile::Mariadb::Valid_section $section) ⇒ Profile::Mariadb::Writeable_DC
1
2
3
4
5
|
# File 'modules/profile/functions/mariadb/section_params/writeable_dc.pp', line 1
function profile::mariadb::section_params::writeable_dc(
Profile::Mariadb::Valid_section $section,
) >> Profile::Mariadb::Writeable_DC {
profile::mariadb::section_params::load_param($section, 'writeable_dc')
}
|