Puppet Class: passwords::labs::db::proxy
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
447 448 449 450 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 447
class passwords::labs::db::proxy {
$admin_user = 'notsecret'
$admin_password = 'notsecret'
}
|