Source code for stack.fabfile

[docs]def new_user(username, admin='no', comment="No comment provided"): print("New User (%s): %s" % (username, comment)) pass