New Saltstack Salt formula
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.

20 lines
381B

  1. applications:
  2. - salt
  3. classes:
  4. - service.salt.support
  5. parameters:
  6. salt:
  7. minion:
  8. enabled: true
  9. max_event_size: 100000000
  10. source:
  11. engine: pkg
  12. masters:
  13. - host: ${_param:salt_master_host}
  14. - host: ${_param:salt_master_host}
  15. mine:
  16. interval: 60
  17. module:
  18. grains.items: []
  19. network.interfaces: []