Puppet Class: passwords::labsdb::maintainindexes
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
493 494 495 496 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 493
class passwords::labsdb::maintainindexes {
$user = 'notsecret'
$db_pass = 'notsecret'
}
|