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