From 5b97bfa5bc7222605ab91b954055707c49c58672 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Wed, 30 Aug 2017 22:17:34 +0000 Subject: [PATCH] current --- templates/crypttab.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/crypttab.j2 b/templates/crypttab.j2 index e1e6515..eeb8779 100644 --- a/templates/crypttab.j2 +++ b/templates/crypttab.j2 @@ -1,3 +1,3 @@ {% for cryptdev in dmcrypt_devices %} -{{ cryptdev.name }} {{ cryptdev.device }} none luks +{{ cryptdev.name }} {{ cryptdev.device }} none luks{{ cryptdev.discard | default(false) | ternary(',discard','') }} {% endfor %}