Puppet Class: passwords::mysql::xhgui
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
284 285 286 287 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 284
class passwords::mysql::xhgui {
$user = 'xhgui'
$password = 'Thiz8Ev8Xetho8mu'
}
|