Puppet Class: passwords::rddmarc
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
487 488 489 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 487
class passwords::rddmarc {
$db_password = 'notsecret'
}
|