Puppet Class: passwords::cassandra

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

Overview



415
416
417
418
419
420
421
422
423
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 415

class passwords::cassandra {
    $restbase = 'notsecret'
    $sessions = 'fake_session_password'
    $aqs = 'notsecret'
    $application_username = 'sessions'
    $application_password = 'fake_app_password'
    $super_username = 'cassandra'
    $super_password = 'fake_super_password'
}