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
{{ message }}
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.
As mentioned by @dlanderson, syncing the nacl renderer results in a traceback on latest develop branch of salt, at least under certain circumstances. I spent some time digging into the cause of this. I can't quite figure out where it's happening, but to me it seems as if the call to minion_config in nacl.auto is altering the actual minion's live configuration... or something like that.
Once loaded, renderers have access to the __opts__ var. @borgstrom I was playing with ways to utilize that in auto, but don't have anything presentable yet.
The text was updated successfully, but these errors were encountered:
As mentioned by @dlanderson, syncing the nacl renderer results in a traceback on latest develop branch of salt, at least under certain circumstances. I spent some time digging into the cause of this. I can't quite figure out where it's happening, but to me it seems as if the call to minion_config in nacl.auto is altering the actual minion's live configuration... or something like that.
Once loaded, renderers have access to the
__opts__
var. @borgstrom I was playing with ways to utilize that in auto, but don't have anything presentable yet.The text was updated successfully, but these errors were encountered: