Puppet Class: passwords::mysql::research

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

Overview



206
207
208
209
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 206

class passwords::mysql::research {
    $user = 'getup'
    $pass = 'standup'
}