Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
kiemlicz committed Oct 31, 2024
1 parent 13eda86 commit 84edc39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# used by install.py
pip~=24.3.1
pip~=23.3.2 # 24.3.1 https://github.com/saltstack/relenv/issues/186
cffi==1.16.0
six~=1.16.0
# pykeepass~=4.0.0 # to be removed after sdb://kdbx/ removal
Expand Down
2 changes: 1 addition & 1 deletion installer/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# no point in bloating args with these
LXC_ROOTFS = os.path.join(os.sep, "var", "lib", "lxc")
SALT_KEY_LOCATION = os.path.join(os.sep, "etc", "salt", "keys")
SALT_KEY_LOCATION = os.path.join(os.sep, "etc", "salt", "keys") # currently keys are in /etc/salt/gpgkeys
SALT_MINION_CONFIG = os.path.join(os.sep, "etc", "salt", "minion.d")
SALT_TREE_ROOT = os.path.join(os.sep, "srv")
SALT_GPG_LOCATION = os.path.join(os.sep, "etc", "salt", "gpgkeys")
Expand Down

0 comments on commit 84edc39

Please sign in to comment.