diff --git a/templates/console.conf.j2 b/templates/console.conf.j2 index 7c9cc1c..7a1ca15 100644 --- a/templates/console.conf.j2 +++ b/templates/console.conf.j2 @@ -21,6 +21,7 @@ Console { {% endif %} {% if item.pamauth is defined %} UsePamAuthentication = {{ item.pamauth | ternary('Yes', 'No') }} +{% endif %} } {% else %} # This file is not enabled.