# 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