Puppet Class: passwords::testreduce::mysql
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
429 430 431 432 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 429
class passwords::testreduce::mysql {
$db_pass = 'notsecret'
$mysql_client_pass = 'notsecret'
}
|