saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:

Home Page:https://repo.saltproject.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] The ``LazyLoader`` is uncluding imported functions

s0undt3ch opened this issue · comments

Description
The the LazyLoader tries to load a module, it considers and includes imported functions into it's _dict listing.

Expected behavior
Only functions defined on the module in question, or, if imported, properly namespaced, should be included in the LazyLoader _dict.

Versions Report
Salt 3004.1 and prior