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.

19 line
349B

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