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

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

Overview



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

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