From c2521a6765c34b9667f20c6bfb9a9aaa0e7bef82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Mon, 19 Feb 2018 14:11:59 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'linux/init.sls'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/init.sls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux/init.sls b/linux/init.sls index 9108775..5af2505 100644 --- a/linux/init.sls +++ b/linux/init.sls @@ -8,12 +8,12 @@ Installation de sudo: Mise en place d'un administrateur universel: user.present: - - name: iwanadm - - fullname: Iwan l'administrateur + - name: {{ pillar['superadmusr'] }} + - fullname: {{ pillar['superadmfn'] }} - shell: /bin/bash - - home: /home/iwanadm + - home: /home/{{ pillar['superadmusr'] }} - createhome: True - - password: Gwladys+Ophelie+Aristide_ + - password: {{ pillar['superadmpwd'] }} - hash_password: True - uid: 9876 - gid_from_name: True