Puppet Class: passwords::labsdbaccounts
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
506 507 508 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 506
class passwords::labsdbaccounts {
$db_password = 'notsecret'
}
|