summaryrefslogtreecommitdiff
path: root/sysutils/vagrant/files/patch-bin_vagrant
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/vagrant/files/patch-bin_vagrant')
-rw-r--r--sysutils/vagrant/files/patch-bin_vagrant11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/vagrant/files/patch-bin_vagrant b/sysutils/vagrant/files/patch-bin_vagrant
index 83ac905135c8..7102a3a53c49 100644
--- a/sysutils/vagrant/files/patch-bin_vagrant
+++ b/sysutils/vagrant/files/patch-bin_vagrant
@@ -10,14 +10,3 @@
# Disable exception reporting by default if available
if Thread.respond_to?(:report_on_exception=)
Thread.report_on_exception = false
-@@ -16,7 +19,9 @@
-
- # These will be the options that are passed to initialize the Vagrant
- # environment.
--opts = {}
-+opts = {
-+ :ca_cert => '@PREFIX@/share/certs/ca-root-nss.crt'
-+}
-
- if idx = argv.index("--")
- argv_extra = argv.slice(idx+1, argv.length-2)