From 9f40d3c1ffc4820af4991451419dd46671d67d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Tue, 19 Feb 2019 10:56:42 +0000 Subject: [PATCH] Ajout pour Debian --- softwares/nextcloud-client.sls | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/softwares/nextcloud-client.sls b/softwares/nextcloud-client.sls index 34cced4..9157846 100644 --- a/softwares/nextcloud-client.sls +++ b/softwares/nextcloud-client.sls @@ -1,9 +1,16 @@ {% if grains['kernel'] == 'Linux' %} {% if grains['os_family'] == 'RedHat' %} -'Nextcloud Client installation': +'Redhat Nextcloud Client installation': pkg.installed: - pkgs: - libgnome-keyring - 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 %} \ No newline at end of file