From 18cfe7f2e5036203ea8fc3029c41ae04761e4f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sun, 10 Mar 2019 14:20:20 +0100 Subject: [PATCH] maj --- softwares/arduino.sls | 3 +++ softwares/workstation.sls | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 softwares/arduino.sls diff --git a/softwares/arduino.sls b/softwares/arduino.sls new file mode 100644 index 0000000..58fb132 --- /dev/null +++ b/softwares/arduino.sls @@ -0,0 +1,3 @@ +{% if grains['kernel'] == 'Linux' %} + {% set LURL='https://www.arduino.cc/download_handler.php?f=/arduino-1.8.8-linux64.tar.xz' %} +{% endif %} \ No newline at end of file diff --git a/softwares/workstation.sls b/softwares/workstation.sls index 350c25a..9d7d0ab 100644 --- a/softwares/workstation.sls +++ b/softwares/workstation.sls @@ -12,7 +12,9 @@ include: pkg.installed: - pkgs: - evolution-ews +{% if grains['os_family'] == 'RedHat' %} - evolution-langpacks +{% endif %} 'Installons les logiciels pour XRDP': pkg.installed: