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.

16 lines
269B

  1. applications:
  2. - salt
  3. classes:
  4. - service.salt.support
  5. parameters:
  6. salt:
  7. minion:
  8. enabled: true
  9. master:
  10. host: ${_param:salt_master_host}
  11. mine:
  12. interval: 60
  13. module:
  14. grains.items: []
  15. network.interfaces: []