From 9de6c9f4e5dbab191b36d34048cafea474abd1dd Mon Sep 17 00:00:00 2001 From: CLEMENT Iwan Date: Tue, 5 Feb 2019 20:00:49 +0100 Subject: [PATCH] Virtualbox and Nextcloud-Client --- softwares/nextcloud-client.sls | 9 +++++++++ softwares/workstation.sls | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 softwares/nextcloud-client.sls diff --git a/softwares/nextcloud-client.sls b/softwares/nextcloud-client.sls new file mode 100644 index 0000000..34cced4 --- /dev/null +++ b/softwares/nextcloud-client.sls @@ -0,0 +1,9 @@ +{% if grains['kernel'] == 'Linux' %} + {% if grains['os_family'] == 'RedHat' %} +'Nextcloud Client installation': + pkg.installed: + - pkgs: + - libgnome-keyring + - nextcloud-client + {% endif %} +{% endif %} \ No newline at end of file diff --git a/softwares/workstation.sls b/softwares/workstation.sls index 1047545..636007d 100644 --- a/softwares/workstation.sls +++ b/softwares/workstation.sls @@ -7,10 +7,11 @@ include: - softwares.atom - softwares.VisualStudioCode - softwares.chrome -# - softwares.VirtualBox + - softwares.VirtualBox - softwares.vlc - softwares.multimedia - softwares.teamviewer + - softwares.nextcloud-client Installons les logiciels: pkg.installed: