summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-04-09 15:33:46 -0700
committerGitHub <noreply@github.com>2021-04-09 15:33:46 -0700
commitb518e1a9485b07d5e9473f0bdf60f33e678ea3f5 (patch)
tree4dc5b6f230630b39de598cb70cb8bb16e5cf9b59 /chef-utils
parenta76879e84c9ea28580562c77f1aea04232fb8981 (diff)
parenta8efbe6306f2c50fbfa718de1b2c9b7cf9b76f7d (diff)
downloadchef-b518e1a9485b07d5e9473f0bdf60f33e678ea3f5.tar.gz
Merge pull request #11326 from ramereth/rubygems-provider-dist-fixes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef-utils')
-rw-r--r--chef-utils/lib/chef-utils/dist.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/chef-utils/lib/chef-utils/dist.rb b/chef-utils/lib/chef-utils/dist.rb
index c4fe72960d..1819aefb0b 100644
--- a/chef-utils/lib/chef-utils/dist.rb
+++ b/chef-utils/lib/chef-utils/dist.rb
@@ -87,6 +87,11 @@ module ChefUtils
EXEC = "chef-solo"
end
+ class Workstation
+ # The suffix for Chef Workstion's /opt/chef-workstation or C:\\opscode\chef-workstation
+ DIR_SUFFIX = "chef-workstation"
+ end
+
class Zero
# chef-zero executable
PRODUCT = "Chef Infra Zero"