Puppet Class: katello::globals
- Inherited by:
-
katello::params
- Defined in:
- manifests/globals.pp
Summary
Katello Default ParamsOverview
3 4 5 6 7 8 |
# File 'manifests/globals.pp', line 3
class katello::globals {
# OAUTH settings
$candlepin_oauth_key = 'katello'
$candlepin_oauth_secret = extlib::cache_data('foreman_cache_data', 'candlepin_oauth_secret', extlib::random_password(32))
$postgresql_evr_package = 'postgresql-evr'
}
|