From 017717f5c40793d4867b9485d02e035f189a98b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Fri, 16 Nov 2018 17:57:57 +0000 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20du=20fichier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- softwares/workstation.sls | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 softwares/workstation.sls diff --git a/softwares/workstation.sls b/softwares/workstation.sls new file mode 100644 index 0000000..adad598 --- /dev/null +++ b/softwares/workstation.sls @@ -0,0 +1,15 @@ +Installons les logiciels: + pkg.managed: + - pkgs: + - sshfs + - zip + - unzip + - encfs + - git + - calibre + - thunderbird + - evolution-ews + - evolution-langpacks + - libreoffice-help-fr + - keepass + \ No newline at end of file