You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
512 B

  1. # look for files on the minion, not the master
  2. file_client: local
  3. # set a specific minion ID for use in top file / pillars
  4. # options:
  5. # - "dev" for the vagrant setup
  6. # - "prod" for (single-server) production
  7. # - "monitoring" for the monitoring server
  8. id: dev
  9. # base path for SSL certificates
  10. ca.cert_base_path: '/etc/pki'
  11. state_verbose: False
  12. # enable new module.run state syntax
  13. # https://docs.saltstack.com/en/develop/topics/releases/2017.7.0.html#state-module-changes
  14. use_superseded:
  15. - module.run