summaryrefslogtreecommitdiff
path: root/lib/chef/dist.rb
diff options
context:
space:
mode:
authorMarc Chamberland <chamberland.marc@gmail.com>2019-11-05 13:25:35 -0500
committerMarc Chamberland <chamberland.marc@gmail.com>2019-12-05 08:47:17 -0500
commit13c693c0669c1f65331cd244797529c514cee047 (patch)
tree0ce61e61a954ae03452d565b8e08f0f88e6c2ae6 /lib/chef/dist.rb
parente1a8a9d22f587e514b208d747d86a64979bad8db (diff)
downloadchef-13c693c0669c1f65331cd244797529c514cee047.tar.gz
some leftover/new "Chef" references converted to distro constants
Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
Diffstat (limited to 'lib/chef/dist.rb')
-rw-r--r--lib/chef/dist.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/chef/dist.rb b/lib/chef/dist.rb
index 073f61007b..03c4fdc7f8 100644
--- a/lib/chef/dist.rb
+++ b/lib/chef/dist.rb
@@ -21,6 +21,10 @@ class Chef
# The chef executable, as in `chef gem install` or `chef generate cookbook`
EXEC = ChefConfig::Dist::EXEC.freeze
+ # A short name for the project, used in configurations
+ # Log messages, descriptions, etc...
+ SHORT = "chef".freeze
+
# product website address
WEBSITE = "https://chef.io".freeze