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