From 259c27b37e39f5748157f151d539fe3b41ee59d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Mon, 19 Feb 2018 19:12:02 +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 | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/linux/init.sls b/linux/init.sls index 1c00d90..d935884 100644 --- a/linux/init.sls +++ b/linux/init.sls @@ -2,9 +2,8 @@ pkg.upgrade: module.run: - refresh: True -Installation de sudo: - pkg.installed: - - name: sudo +include: + - linux.MesPaquets Mise en place d'un administrateur universel: user.present: @@ -21,22 +20,6 @@ Mise en place d'un administrateur universel: - wheel - sudo -Installation des outils Net-tools: - pkg.installed: - - name: net-tools - -Installation de less: - pkg.installed: - - name: less - -Installation du serveur SSH: - pkg.installed: - - name: openssh-server - -Installation de wget: - pkg.installed: - - name: wget - {% if grains['oscodename'] == 'stretch' %} {% if grains['virtual'] == 'LXC' %} {% if grains['id'] == 'CT-deb-elastic*' %}