summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorRyan Ernst <ryan@iernst.net>2017-03-03 02:22:00 -0800
committerRyan Ernst <ryan@iernst.net>2017-03-03 02:22:00 -0800
commit0a2aa0a8c4578ddee5c1e92cb67b1ad302c110d3 (patch)
treece3fd77f06a055d9d954ef03deb9c9c5451bbdf0 /Vagrantfile
parent1ceb6d04c7a4205cc19b356a8d2d89bffb85a129 (diff)
Fix sles vagrant image to no longer use custom repositories.
These are no longer necessary now that the jdk is packaged with the image.
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 4dc18e2152..49a955b9f6 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