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