# Vyatta shell environment variables for config mode
# should be sourced from /etc/default/vyatta

# note that session environment is now handled separately.
# (see /etc/bash_completion.d/20vyatta-cfg)

{
declare -x -r VYATTA_CFG_GROUP_NAME=vyattacfg
declare -x -r HISTIGNORE="*password*:*-secret*:*????-????-????-????*"
} 2>/dev/null || :
