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.

master_single_extreclass.sls 984B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. git:
  2. client:
  3. enabled: true
  4. linux:
  5. system:
  6. enabled: true
  7. reclass:
  8. storage:
  9. enabled: true
  10. data_source:
  11. engine: git
  12. branch: master
  13. address: 'https://github.com/salt-formulas/openstack-salt.git'
  14. salt:
  15. master:
  16. enabled: true
  17. command_timeout: 5
  18. worker_threads: 2
  19. base_environment: prd
  20. #environment:
  21. # prd:
  22. # formula:
  23. # python:
  24. # source: git
  25. # address: 'https://github.com/salt-formulas/salt-formula-python.git'
  26. # revision: master
  27. pillar:
  28. engine: reclass
  29. reclass:
  30. # index: 1 is default value
  31. index: 1
  32. storage_type: yaml_fs
  33. inventory_base_uri: /srv/salt/reclass_encrypted
  34. class_mappings:
  35. - target: '/^cfg\d+/'
  36. class: system.non-existing.class
  37. ignore_class_notfound: True
  38. ignore_class_regexp:
  39. - 'service.*'
  40. - '*.fluentd'
  41. propagate_pillar_data_to_reclass: False