From e63cbada37ac6588eb05707585ed11ff3066e31a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Tue, 19 Feb 2019 11:03:48 +0000 Subject: [PATCH] repo OK --- softwares/nextcloud-client.sls | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/softwares/nextcloud-client.sls b/softwares/nextcloud-client.sls index ad78c00..ba71bb6 100644 --- a/softwares/nextcloud-client.sls +++ b/softwares/nextcloud-client.sls @@ -7,12 +7,11 @@ - 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' + pkgrepo.managed: + - name: 'deb http://ppa.launchpad.net/nextcloud-devs/client/ubuntu bionic main' + - humanname: Nextcloud-client Repository + - file: /etc/apt/sources.list.d/nextcloud-devs.list # deb http://ppa.launchpad.net/nextcloud-devs/client/ubuntu bionic main 'Debian Nextcloud Client installation':