From 32fbc7529b358f46ee204859638299ffa9707d49 Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Sun, 12 Sep 2021 01:55:13 +0200 Subject: [PATCH] config profiles: add optional user password --- blergh | 1 + config.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 blergh diff --git a/blergh b/blergh new file mode 100644 index 0000000..190a180 --- /dev/null +++ b/blergh @@ -0,0 +1 @@ +123 diff --git a/config.py b/config.py index 5e12478..3e27283 100644 --- a/config.py +++ b/config.py @@ -7,7 +7,7 @@ import click CONFIG_DEFAULT_PATH = os.path.join(appdirs.user_config_dir('kupfer'), 'kupferbootstrap.toml') -PROFILE_DEFAULTS = {'device': '', 'flavour': '', 'pkgs_include': [], 'pkgs_exclude': [], 'hostname': 'kupfer', 'username': 'kupfer'} +PROFILE_DEFAULTS = {'device': '', 'flavour': '', 'pkgs_include': [], 'pkgs_exclude': [], 'hostname': 'kupfer', 'username': 'kupfer', 'password': None} CONFIG_DEFAULTS = { 'build': {