Puppet Class: passwords::labsdb::maintainviews
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
457 458 459 460 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 457
class passwords::labsdb::maintainviews {
$user = 'notsecret'
$db_pass = 'notsecret'
}
|