Puppet Class: passwords::nodepool
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
189 190 191 192 193 194 195 196 197 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 189
class passwords::nodepool {
# Jenkins API token. Used by Nodepool to attach/detach slaves.
$jenkins_api_key = 'fakekey'
# Password of the user that has access to the OpenStack API
$manager_pass = 'fakepass'
$nodepooldb_pass = ""
}
|