Add __proxy__ to the list of builtins.

This commit is contained in:
C. R. Oldham 2015-10-06 20:52:09 -06:00
parent db4c034596
commit 72032650b8

View file

@ -162,7 +162,8 @@ additional-builtins=__opts__,
__master_opts__,
__jid_event__,
__instance_id__,
__salt_system_encoding__
__salt_system_encoding__,
__proxy__
# List of strings which can identify a callback function by name. A callback
# name must start or end with one of those strings.