init.sls 277 B

1234567891011121314
  1. #
  2. # Hardware machines
  3. #
  4. {% if grains['manufacturer'] == 'HP' %}
  5. include:
  6. - hardware.hp
  7. {% endif %}
  8. # Only read PVs from sw/hw RAID and physical disks. Ignore anything else (like PVs within VM LVs).
  9. /etc/lvm/lvm.conf:
  10. file.managed:
  11. - source: salt://hardware/lvm.conf