fixed issue w/ multiple ext4 mounts
This commit is contained in:
parent
0d2a3e40d8
commit
cfe5b10b1a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
{%- if pillar['mount']['ext4'] is defined -%}
|
{%- if pillar['mount']['ext4'] is defined -%}
|
||||||
|
|
||||||
{%- for mount in pillar['mount']['ext4'] -%}
|
{%- for mount in pillar['mount']['ext4'] -%}
|
||||||
{%- set device=pillar['mount']['ext4'][mount]['device'] -%}
|
{% set device=pillar['mount']['ext4'][mount]['device'] %}
|
||||||
{{ mount }}:
|
{{ mount }}:
|
||||||
mount.mounted:
|
mount.mounted:
|
||||||
- device: {{ device }}
|
- device: {{ device }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue