From 8804b8e338690e7203de0f54a6eadda6188171ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Wed, 7 Feb 2018 17:41:33 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'linux/centos/init.sls?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/centos/init.sls | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/linux/centos/init.sls b/linux/centos/init.sls index 2f8d592..6bdd83e 100644 --- a/linux/centos/init.sls +++ b/linux/centos/init.sls @@ -1,3 +1,7 @@ Installation des outils Net-tools: pkg.installed: - - name: net-tools \ No newline at end of file + - name: net-tools + +Installation de less: + pkg.installed: + - name: less \ No newline at end of file