Puppet Class: passwords::labspuppet
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
467 468 469 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 467
class passwords::labspuppet {
$db_password = 'notsecret'
}
|