Sha256: 8b87587dec30a4dee0dbe80cb1b53ef1ecf4079413a5c15c252b8fde5c9036f3

Contents?: true

Size: 560 Bytes

Versions: 3

Compression:

Stored size: 560 Bytes

Contents

class Chef
  class Dist
    # This class is not fully implemented, depending on it is not recommended!
    # 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

    # The chef executable, as in `chef gem install` or `chef generate cookbook`
    EXEC = "chef".freeze

    # product website address
    WEBSITE = "https://chef.io".freeze
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
chef-15.0.300 lib/chef/dist.rb
chef-15.0.298 lib/chef/dist.rb
chef-15.0.293 lib/chef/dist.rb