From e926eaae78bff55ad466b8d678d9f8bb522932ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Mon, 4 Mar 2019 19:17:47 +0100 Subject: [PATCH] Good indent --- linux/SSHPubKeys.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/SSHPubKeys.sls b/linux/SSHPubKeys.sls index 018b3c9..d38c74e 100644 --- a/linux/SSHPubKeys.sls +++ b/linux/SSHPubKeys.sls @@ -25,7 +25,7 @@ Creation of file /root/.ssh/authorized_keys: {% set all_users = salt['user.list_users']() %} {% set monuser='iwan' %} {% if monuser in all_users %} -{% set userpath='/home/'+monuser %} + {% set userpath='/home/'+monuser %} Creation of directory {{userpath}}/.ssh: file.directory: - name: {{userpath}}/.ssh