summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <lance@osuosl.org>2022-03-01 10:42:11 -0800
committerLance Albertson <lance@osuosl.org>2022-03-01 10:42:11 -0800
commit08cbb47710e4e2dd8a76451e36bb90577499cfbd (patch)
treea50ca6484cb3bf1298118044c9dd84b78e7680e3
parentd0bf3218be86997d5d8412a61b6923f6fb77e6e5 (diff)
downloadchef-08cbb47710e4e2dd8a76451e36bb90577499cfbd.tar.gz
Add OMNITRUCK_URL dist constant
This will be useful in getting proper seamless community distribution support in test-kitchen (and likely other places). Signed-off-by: Lance Albertson <lance@osuosl.org>
-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