From ecd42ca2409299313714041b02d5ca928c65657e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sat, 17 Nov 2018 09:50:22 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9sactivons=20le=20repo=20virtualbox=20pou?= =?UTF-8?q?r=20Fedora?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- softwares/VirtualBox.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softwares/VirtualBox.sls b/softwares/VirtualBox.sls index d60d9cf..b20b694 100644 --- a/softwares/VirtualBox.sls +++ b/softwares/VirtualBox.sls @@ -7,7 +7,7 @@ virtualbox_repository: {% if grains['os_family'] == 'RedHat' %} - humanname: Fedora $releasever - $basearch - VirtualBox - baseurl: 'http://download.virtualbox.org/virtualbox/rpm/fedora/$releasever/$basearch' - - enabled: 1 + - enabled: 0 - gpgcheck: 1 - repo_gpgcheck: 1 - gpgkey: 'https://www.virtualbox.org/download/oracle_vbox.asc'