summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <454857+lamont-granquist@users.noreply.github.com>2022-03-02 09:54:09 -0800
committerGitHub <noreply@github.com>2022-03-02 09:54:09 -0800
commit21c329b5fcca1197d7de1974aeadbb3a0a6ac623 (patch)
tree9b20505b87033cd018987431cb0c82d08e78c0be
parent86c5cb4628519380f1ffa1f19a8cb72fa4708c4b (diff)
parent08cbb47710e4e2dd8a76451e36bb90577499cfbd (diff)
downloadchef-21c329b5fcca1197d7de1974aeadbb3a0a6ac623.tar.gz
Merge pull request #12654 from ramereth/dist-omnitruck-url
-rw-r--r--chef-utils/lib/chef-utils/dist.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/chef-utils/lib/chef-utils/dist.rb b/chef-utils/lib/chef-utils/dist.rb
index bb77ef2c24..fb2292ecfd 100644
--- a/chef-utils/lib/chef-utils/dist.rb
+++ b/chef-utils/lib/chef-utils/dist.rb
@@ -96,6 +96,9 @@ module ChefUtils
# the name of the overall infra product
PRODUCT = "Chef Infra"
+
+ # Omnitruck URL
+ OMNITRUCK_URL = "https://omnitruck.chef.io/install.sh"
end
class Server