diff --git a/states/systems/core/mount/init.sls b/states/systems/core/mount/init.sls index 1ebf95c..639269f 100644 --- a/states/systems/core/mount/init.sls +++ b/states/systems/core/mount/init.sls @@ -2,7 +2,7 @@ {%- if pillar['mount']['ext4'] is defined -%} {%- for mount in pillar['mount']['ext4'] -%} - {%- set device=pillar['mount']['ext4'][mount]['device'] -%} + {% set device=pillar['mount']['ext4'][mount]['device'] %} {{ mount }}: mount.mounted: - device: {{ device }}