Puppet Class: passwords::striker
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
442 443 444 445 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 442
class passwords::striker {
$application_db_password = 'notsecret'
$admin_db_password = 'notsecret'
}
|