Puppet Class: passwords::cassandra
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
456 457 458 459 460 461 462 463 464 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 456
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'
}
|