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