浏览代码

Fix sles vagrant image to no longer use custom repositories.

These are no longer necessary now that the jdk is packaged with the
image.
Ryan Ernst 8 年之前
父节点
当前提交
0a2aa0a8c4
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Vagrantfile

+ 0 - 2
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