Skip to content

Instantly share code, notes, and snippets.

@epcim
Last active December 6, 2017 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epcim/927d5f8a9079366279c28dc89dc83944 to your computer and use it in GitHub Desktop.
Save epcim/927d5f8a9079366279c28dc89dc83944 to your computer and use it in GitHub Desktop.
salt saltclass pillar
# minion.conf
# The external pillars permitted to be used on-demand using pillar.ext
on_demand_ext_pillar:
- libvirt
- virtkey
- saltclass
id: dontpanic
# get pillar data
salt-call pillar.ext '{'saltclass': [{'path': './'}]}' --local --out json --id dontpanic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment