Puppet Class: passwords::mysql::research

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

Overview



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

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