Puppet Class: passwords::testreduce::mysql

Defined in:
spec/fixtures/private/modules/passwords/manifests/init.pp

Overview



426
427
428
429
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 426

class passwords::testreduce::mysql {
    $db_pass           = 'notsecret'
    $mysql_client_pass = 'notsecret'
}