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