Add make_normal_user() function

also add `disabled_password` kwarg for `make_system_user()`
This commit is contained in:
Lance Edgar 2023-02-17 11:00:31 -06:00
parent 9e0a1cde19
commit a76d38c201
2 changed files with 20 additions and 3 deletions

View file

@ -2,7 +2,7 @@
################################################################################
#
# Rattail -- Retail Software Framework
# Copyright © 2010-2021 Lance Edgar
# Copyright © 2010-2023 Lance Edgar
#
# This file is part of Rattail.
#
@ -33,6 +33,7 @@ from .core import (
get_ubuntu_version,
Deployer,
make_deploy,
make_normal_user,
make_system_user,
mkdir,
rsync,