Puppet Class: passwords::mysql::dump

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

Overview



185
186
187
188
189
190
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 185

class passwords::mysql::dump {
    $user = 'meh'
    $pass = 'mah'
    $stats_user = 'statsmeh'
    $stats_pass = 'mahstats'
}