Virtualbox and Nextcloud-Client
This commit is contained in:
9
softwares/nextcloud-client.sls
Normal file
9
softwares/nextcloud-client.sls
Normal 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 %}
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user