File Manager

Path: /opt/chef/embedded/lib/ruby/gems/2.7.0/gems/inspec-core-4.22.1/lib/inspec/

Viewing File: dist.rb

# frozen_string_literal: true

module Inspec
  module Dist
    # When referencing a product directly, like InSpec
    PRODUCT_NAME = "Chef InSpec"

    # The inspec executable
    EXEC_NAME = "inspec"

    # The name of the server product
    SERVER_PRODUCT_NAME = "Chef Server"

    # name of the automate product
    AUTOMATE_PRODUCT_NAME = "Chef Automate"

    # name of the compliance product
    COMPLIANCE_PRODUCT_NAME = "Chef Compliance"
  end
end