From 78914053ae544ce2bce2f90a0061d5ec7c1c2bff Mon Sep 17 00:00:00 2001 From: Ion Dulgheru Date: Tue, 2 Feb 2016 15:58:39 +0200 Subject: [PATCH] also load ssh keys from pillar data --- users/init.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/users/init.sls b/users/init.sls index a2270f2..ca44a40 100644 --- a/users/init.sls +++ b/users/init.sls @@ -141,6 +141,7 @@ users_{{ name }}_user: {% if 'ssh_keys' in user or 'ssh_auth' in user or 'ssh_auth_file' in user or + 'ssh_auth_pillar' in user or 'ssh_auth.absent' in user or 'ssh_config' in user %} user_keydir_{{ name }}: