Puppet Class: passwords::mongodb::eventlogging
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
175 176 177 178 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 175
class passwords::mongodb::eventlogging {
$user = 'eventloggingusername'
$password = 'fakepassword'
}
|