Puppet Class: passwords::labs::db::proxy

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

Overview



443
444
445
446
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 443

class passwords::labs::db::proxy {
    $admin_user = 'notsecret'
    $admin_password = 'notsecret'
}