Puppet Class: passwords::nodepool

Defined in:
spec/fixtures/private/modules/passwords/manifests/init.pp

Overview



165
166
167
168
169
170
171
172
173
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 165

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 = ""
}