Puppet Class: passwords::zuul::gerrit

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

Overview



178
179
180
181
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 178

class passwords::zuul::gerrit {
    $user = 'zuul-test'
    $password = 'fakepassword'
}