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'