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