Puppet Class: passwords::mysql::eventlogging
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
192 193 194 195 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 192
class passwords::mysql::eventlogging {
$user = 'eventlogging'
$password = '68QrOq220717816UycU1'
}
|