Puppet Class: passwords::labsdbaccounts

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

Overview



471
472
473
474
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 471

class passwords::labsdbaccounts {
    $db_password = 'notsecret'
    $db_user = 'bogus'
}