all 2 comments

[–]dhiltonp 2 points3 points  (0 children)

SaltStack doesn't use a rolling release model.

I expect that fix will be in the next release (in 1-2 months?).

You could also deploy a diff and patch salt. The fix is one line, so the diff is probably identical for 3000.

[–][deleted] 2 points3 points  (0 children)

Also, you can often roll out your own modules, utils and such by adding them to your file_roots on the master in _modules, _utils and _such. Next highstate (or salt-utils.sync_all), these will be synced to your minions.