You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user is defining pillars_from_directories or pillars_from_files I think that should be taken into account by the prepare_pillar_files function, am I reading the code correctly?
My workaround is to just define pillars to be the same as what I'd like to import using pillars_from_directories
I'm still understanding the codebase while working on developing some salt states, so I might not be fully understanding something here..
The text was updated successfully, but these errors were encountered:
If
pillars
are not defined, an error is thrown:Looking at the code, it's coming from this line:
https://github.com/saltstack/kitchen-salt/blob/v0.7.2/lib/kitchen-salt/pillars.rb#L63
If a user is defining
pillars_from_directories
orpillars_from_files
I think that should be taken into account by theprepare_pillar_files
function, am I reading the code correctly?My workaround is to just define
pillars
to be the same as what I'd like to import usingpillars_from_directories
I'm still understanding the codebase while working on developing some salt states, so I might not be fully understanding something here..
The text was updated successfully, but these errors were encountered: