From cab8c5326541fa85dfb60b67f7087ef0e6110fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Tue, 19 Feb 2019 11:00:38 +0000 Subject: [PATCH] Repository Debian --- softwares/nextcloud-client.sls | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/softwares/nextcloud-client.sls b/softwares/nextcloud-client.sls index 9157846..ad78c00 100644 --- a/softwares/nextcloud-client.sls +++ b/softwares/nextcloud-client.sls @@ -5,7 +5,14 @@ - pkgs: - libgnome-keyring - nextcloud-client + {% elif grains['os_family'] == 'Debian' %} + {% set DEBVER = grains['os'] %} +'Debian Nextcloud client repo': + - name: 'deb https://download.virtualbox.org/virtualbox/debian {{DEBVER}} contrib' + - humanname: VirtualBox Repository + - file: /etc/apt/sources.list.d/virtualbox.list + - key_url: 'https://www.virtualbox.org/download/oracle_vbox_2016.asc' # deb http://ppa.launchpad.net/nextcloud-devs/client/ubuntu bionic main 'Debian Nextcloud Client installation':