Puppet Class: passwords::gerrit
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
150 151 152 153 154 155 156 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 150
class passwords::gerrit {
$gerrit_pass = ''
$gerrit_email_key = 'AsL1PruNcpXuSAIjcCLqT'
$gerrit_phab_cert = 'UnknownValue'
$gerrit_phab_token = 'cli-unknownvalue'
$prometheus_bearer_token = 'prome123'
}
|