Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 256 Bytes

config-manage.md

File metadata and controls

15 lines (12 loc) · 256 Bytes

Configuration management

To manage configuration: master should have this added:

file_roots:
  base:
   - /srv/salt
file_server_backend:
  - roots

to apply state: sudo salt '*' state.apply <config_name>

config_name = file name of the .sls file