Virtualbox and Nextcloud-Client

This commit is contained in:
CLEMENT Iwan
2019-02-05 20:00:49 +01:00
parent 76cbb40be5
commit 9de6c9f4e5
2 changed files with 11 additions and 1 deletions

View File

@@ -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 %}

View File

@@ -7,10 +7,11 @@ include:
- softwares.atom - softwares.atom
- softwares.VisualStudioCode - softwares.VisualStudioCode
- softwares.chrome - softwares.chrome
# - softwares.VirtualBox - softwares.VirtualBox
- softwares.vlc - softwares.vlc
- softwares.multimedia - softwares.multimedia
- softwares.teamviewer - softwares.teamviewer
- softwares.nextcloud-client
Installons les logiciels: Installons les logiciels:
pkg.installed: pkg.installed: