From 09d786b7d5d5bf4296b043be48e99ac86b19e0ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Tue, 19 Feb 2019 19:06:39 +0100 Subject: [PATCH] typo --- linux/SSHPubKeys.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/SSHPubKeys.sls b/linux/SSHPubKeys.sls index 114eb0d..018b3c9 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