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: