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