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