fix swap/mount section name when type = swap
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
4f37977e7b
commit
3791c7520b
@ -6,7 +6,7 @@ Description=Auto mount for {{ (item.where | default(item.what)).strip('/') | rep
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
[Mount]
|
||||
[{{ (item.type == 'swap') | ternary('Swap', 'Mount') }}]
|
||||
What={{ item.what }}
|
||||
{% if item.type == 'swap' %}
|
||||
Priority={{ item.priority | default(0) }}
|
||||
|
Loading…
Reference in New Issue
Block a user