====== host-user-list ====== Lists the users on a given host. ===== Usage ===== host-user-tab HOST * ''HOST'': a key of a host service definition in the repository. ===== Returns ===== Returns the first colum (login) of the ''/etc/passwd'' file. ===== Example ===== users=$(host-user-list "${host}" \ | egrep -v "${IGNORED_USERS}" )