Ajout pour Debian

This commit is contained in:
Iwan Clément
2019-02-19 10:56:42 +00:00
parent 5660dc861e
commit 9f40d3c1ff

View File

@@ -1,9 +1,16 @@
{% if grains['kernel'] == 'Linux' %} {% if grains['kernel'] == 'Linux' %}
{% if grains['os_family'] == 'RedHat' %} {% if grains['os_family'] == 'RedHat' %}
'Nextcloud Client installation': 'Redhat Nextcloud Client installation':
pkg.installed: pkg.installed:
- pkgs: - pkgs:
- libgnome-keyring - libgnome-keyring
- nextcloud-client - nextcloud-client
{% elif grains['os_family'] == 'Debian' %}
# deb http://ppa.launchpad.net/nextcloud-devs/client/ubuntu bionic main
'Debian Nextcloud Client installation':
pkg.installed:
- pkgs:
- nextcloud-client
{% endif %} {% endif %}
{% endif %} {% endif %}