summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-02 20:07:03 -0700
committerTim Smith <tsmith@chef.io>2019-05-02 20:07:03 -0700
commitd1c50baa43106d842198dbc75fa616ffe6bc86d0 (patch)
tree5f34766c0153f6cd9a87fc426e70997a3348ba9b
parentf2641489648dfdb428ffb9b0d83918ac976ec472 (diff)
downloadchef-d1c50baa43106d842198dbc75fa616ffe6bc86d0.tar.gz
Add a dist value for the chef server
We talk about the server in messages and we need to brand that appropriately Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/dist.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/chef/dist.rb b/lib/chef/dist.rb
index f4b1d12c5f..ed9307900b 100644
--- a/lib/chef/dist.rb
+++ b/lib/chef/dist.rb
@@ -4,6 +4,9 @@ class Chef
# When referencing a product directly, like Chef (Now Chef Infra)
PRODUCT = "Chef Infra Client".freeze
+ # The name of the server product
+ SERVER_PRODUCT = "Chef Infra Server".freeze
+
# The client's alias (chef-client)
CLIENT = "chef-client".freeze