Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 349 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 349 Bytes

README

Basically a full example. Just extract to your salt-base, and config master something like:

file_roots:
  base:
    - /srv/salt/states

pillar_roots:
  base:
    - /srv/salt/pillars

Update pillar data:

salt '*' saltutil.refresh_pillar

Update to highstate:

salt '*' state.highstate

That's it.