Puppet Class: passwords::recommendationapi::mysql
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
501 502 503 504 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 501
class passwords::recommendationapi::mysql {
$recommendationapi_pass = 'notsecret'
$recommendationapiservice_pass = 'notsecret'
}
|