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.

17 lines
315B

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