We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ae1a3 commit ae0d372Copy full SHA for ae0d372
lib/mixlib/install/dist.rb
@@ -7,7 +7,7 @@ class Dist
7
# Binary repository base endpoint
8
PRODUCT_ENDPOINT = "https://packages.chef.io".freeze
9
# Omnitruck endpoint
10
- OMNITRUCK_ENDPOINT = "https://omnitruck.chef.io".freeze
+ OMNITRUCK_ENDPOINT = (ENV['CHEF_OMNITRUCK_ENDPOINT'] || "https://omnitruck.chef.io").freeze
11
# Default product name
12
DEFAULT_PRODUCT = "chef".freeze
13
# Default download page URL
0 commit comments