Puppet Class: passwords::gerrit
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
144 145 146 147 148 149 150 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 144
class passwords::gerrit {
$gerrit_pass = ''
$gerrit_email_key = 'AsL1PruNcpXuSAIjcCLqT'
$gerrit_phab_cert = 'UnknownValue'
$gerrit_phab_token = 'cli-unknownvalue'
$prometheus_bearer_token = 'prome123'
}
|