[%
# vi: ft=tt2

# Returns the name of the management node calling this function.
#
# @return out           The mgmt name (e.g. 'web01' or 'db01').

out = ngcp.get_mgmt_name();

-%]
