Blog

mae-mu-BqJAbXk2Fuw-unsplash

Added ability to call specific chunks from pkg pillars. You can apply specific pkg sub pillar by running:

salt minion state.apply pkg.[pkg|before_deploy|after_deploy] pillar='{"pkg_filter": "some_name"}'

It will run only:

pkg:

  some_name: <- this sub pillar

Do not use number as some_name, filter will not match for numbers.

Share this post