[packages/vagrant] disable VAGRANT_INSTALLER_ENV=1, it forces use local cacert.pem which we do not package
glen
glen at pld-linux.org
Wed Dec 17 15:14:38 CET 2014
commit 31d12dba9eb6742fc24b6aac0309639a5bf99d36
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Dec 17 16:14:13 2014 +0200
disable VAGRANT_INSTALLER_ENV=1, it forces use local cacert.pem which we do not package
vagrant.sh | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/vagrant.sh b/vagrant.sh
index 839de53..f738eaf 100755
--- a/vagrant.sh
+++ b/vagrant.sh
@@ -15,10 +15,6 @@ export GEM_PATH
# Export gem paths so it can find vagrant own gem
export GEM_HOME="${GEM_PATH}"
-# Export an enviromental variable to say we're in a Vagrant
-# installer created environment.
-export VAGRANT_INSTALLER_ENV=1
-
# Unset any RUBYOPT and RUBYLIB, we don't want these bleeding into our
# runtime.
unset RUBYOPT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vagrant.git/commitdiff/31d12dba9eb6742fc24b6aac0309639a5bf99d36
More information about the pld-cvs-commit
mailing list