nacl icon indicating copy to clipboard operation
nacl copied to clipboard

saltutil.sync_renderers results in traceback

Open mgwilliams opened this issue 11 years ago • 1 comments

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.

mgwilliams avatar Feb 17 '14 02:02 mgwilliams

I'm integrating this directly into salt in a new branch on my fork. I'll have it ready by tonight and will test this out there.

borgstrom avatar Feb 17 '14 17:02 borgstrom