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': {