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