{%- from "linux/map.jinja" import storage with context %} | {%- from "linux/map.jinja" import storage with context %} | ||||
{%- if storage.enabled %} | {%- if storage.enabled %} | ||||
linux_lvm_pkgs: | linux_lvm_pkgs: | ||||
pkg.installed: | pkg.installed: | ||||
- pkgs: {{ storage.lvm_pkgs }} | - pkgs: {{ storage.lvm_pkgs }} | ||||
{%- endfor %} | {%- endfor %} | ||||
/etc/lvm/lvm.conf: | |||||
file.managed: | |||||
- source: salt://linux/files/lvm.conf | |||||
- template: jinja | |||||
- require: | |||||
- pkg: linux_lvm_pkgs | |||||
{%- endif %} | {%- endif %} |