From 0a2aa0a8c4578ddee5c1e92cb67b1ad302c110d3 Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Fri, 3 Mar 2017 02:22:00 -0800 Subject: [PATCH] Fix sles vagrant image to no longer use custom repositories. These are no longer necessary now that the jdk is packaged with the image. --- Vagrantfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 4dc18e21523f..49a955b9f66f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -165,8 +165,6 @@ end def sles_common(config) extra = <<-SHELL zypper rr systemsmanagement_puppet puppetlabs-pc1 - zypper addrepo -t yast2 http://demeter.uni-regensburg.de/SLES12-x64/DVD1/ dvd1 || true - zypper --no-gpg-checks --non-interactive refresh zypper --non-interactive install git-core SHELL suse_common config, extra