masson
Version:
Module execution engine for cluster deployments.
22 lines (13 loc) • 459 B
Markdown
# Krb5 Server Wait
Wait for all the Kerberos servers deployed by Masson.
## Options
* `wait_kdc` ([[obj]])
Array or multi-dimentianal array containing objects with the host and port
information to the KDC.
## Source Code
export default header: 'Kerberos Server Wait', handler: ({options}) ->
@connection.wait
header: 'Kadmin'
servers: options.kadmin
## Dependencies
array = require '@nikitajs/core/lib/misc/array'