From 4f4b29f74e0c4feff6edb6205f265b76cc4b3f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sat, 28 Apr 2018 11:51:52 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20de=20la=20cr=C3=A9ation=20du=20r?= =?UTF-8?q?=C3=A9pertoire=20/root/.ssh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/SSHPubKeys.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/SSHPubKeys.sls b/linux/SSHPubKeys.sls index a0a04e8..a98add6 100644 --- a/linux/SSHPubKeys.sls +++ b/linux/SSHPubKeys.sls @@ -1,5 +1,5 @@ Creation of directory /root/.ssh: - directory.managed: + file.directory: - name: /root/.ssh - mode: '0700' - user: root