From 29f7d7142608e4c7abfd500cdd01aec1fddfbed8 Mon Sep 17 00:00:00 2001 From: Manuel Webersen Date: Tue, 26 Feb 2019 13:36:55 +0100 Subject: [PATCH] Allow removing keys based on source file. --- openssh/auth.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssh/auth.sls b/openssh/auth.sls index e5a1e98..8679c31 100644 --- a/openssh/auth.sls +++ b/openssh/auth.sls @@ -12,7 +12,7 @@ {%- else %} - user: {{ identifier }} {%- endif %} - {%- if 'present' in key and key['present'] and 'source' in key %} + {%- if 'source' in key %} - source: {{ key['source'] }} {%- else %} {%- if 'enc' in key %}