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.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:
|
||||||
|
|||||||
Reference in New Issue
Block a user