Puppet Class: passwords::striker

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

Overview



439
440
441
442
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 439

class passwords::striker {
    $application_db_password = 'notsecret'
    $admin_db_password = 'notsecret'
}