Puppet Class: icingaweb2::globals
- Defined in:
- manifests/globals.pp
Summary
This class loads the default parameters by doing a hiera lookup.Overview
Note:
This parameters depend on the os plattform. Changes maybe will break the functional capability of the supported plattforms and versions. Please only do changes when you know what you’re doing.
6 7 8 9 10 11 12 13 14 15 16 17 |
# File 'manifests/globals.pp', line 6
class icingaweb2::globals(
String $package_name,
Stdlib::Absolutepath $conf_dir,
Stdlib::Absolutepath $default_module_path,
Stdlib::Absolutepath $mysql_db_schema,
Stdlib::Absolutepath $pgsql_db_schema,
Stdlib::Absolutepath $mysql_vspheredb_schema,
String $gettext_package_name,
Stdlib::Absolutepath $icingacli_bin,
) {
}
|