diff options
author | Tim Smith <tsmith@chef.io> | 2021-04-09 15:33:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 15:33:46 -0700 |
commit | b518e1a9485b07d5e9473f0bdf60f33e678ea3f5 (patch) | |
tree | 4dc5b6f230630b39de598cb70cb8bb16e5cf9b59 /chef-utils | |
parent | a76879e84c9ea28580562c77f1aea04232fb8981 (diff) | |
parent | a8efbe6306f2c50fbfa718de1b2c9b7cf9b76f7d (diff) | |
download | chef-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.rb | 5 |
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" |