Filter TERM from variables pushed into the launch shell environment

This commit is contained in:
Matthew Jones
2015-01-21 11:42:22 -05:00
parent 76bcb12d9f
commit 97f59a0b04

View File

@@ -354,7 +354,7 @@ RAX_GROUP_FILTER = r'^(?!instance-.+).+$'
RAX_HOST_FILTER = r'^.+$'
RAX_EXCLUDE_EMPTY_GROUPS = True
INV_ENV_VARIABLE_BLACKLIST = ("HOME", "USER", "_")
INV_ENV_VARIABLE_BLACKLIST = ("HOME", "USER", "_", "TERM")
# ----------------
# -- Amazon EC2 --