Module: Reedb::Config::Vault
- Includes:
- Reedb
- Defined in:
- lib/reedb.rb
Overview
module Config::Master end
Constant Summary
Constants included
from Reedb
Reedb::CERT_PATH, DEBOUNCE_DELTA, DEB_ADD, DEB_REM, DEFAULT_PATH, EXIT_CORRUPT_FS, EXIT_HTTP_MALFUNCT, EXIT_MISSING_USER_CODE, EXIT_OS_PARSE, EXIT_PANIC_INTERUPT, EXIT_STILL_LOCKED, FILE_CACHE_TIME, KEY_CACHE_TIME, KEY_PATH, NET_PORT, THREAD_TIMEOUT_TIME, TOKEN_BYTE_SIZE, VERSION
Class Method Summary
collapse
Methods included from Reedb
archos, daemon?, included, passlength, verbose?
Class Method Details
513
514
515
516
|
# File 'lib/reedb.rb', line 513
def (field, type)
field << ''
type << field
end
|
.change_passphrase(old_phrase, new_phrase) ⇒ Object
518
519
520
521
|
# File 'lib/reedb.rb', line 518
def change_passphrase(old_phrase, new_phrase)
old_phrase << ''
new_phrase << '\n'
end
|
.read_config ⇒ Object
523
524
|
# File 'lib/reedb.rb', line 523
def read_config
end
|
.set_vault_timeout(dt) ⇒ Object
509
510
511
|
# File 'lib/reedb.rb', line 509
def set_vault_timeout(dt)
dt << ''
end
|