summaryrefslogtreecommitdiff
path: root/lib/chef/audit/fetcher/automate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/audit/fetcher/automate.rb')
-rw-r--r--lib/chef/audit/fetcher/automate.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/audit/fetcher/automate.rb b/lib/chef/audit/fetcher/automate.rb
index ea13a18389..b68b96b60a 100644
--- a/lib/chef/audit/fetcher/automate.rb
+++ b/lib/chef/audit/fetcher/automate.rb
@@ -51,7 +51,7 @@ class Chef
"No data-collector token set, which is required by the chef-automate fetcher. " \
"Set the `data_collector.token` configuration parameter in your client.rb " \
'or use the "chef-server-automate" reporter which does not require any ' \
- "data-collector settings and uses Chef Server to fetch profiles."
+ "data-collector settings and uses #{ChefUtils::Dist::Server::PRODUCT} to fetch profiles."
end
end
@@ -61,7 +61,7 @@ class Chef
end
def to_s
- "Chef Automate for Chef Solo Fetcher"
+ "#{ChefUtils::Dist::Automate::PRODUCT} for #{ChefUtils::Dist::Solo::PRODUCT} Fetcher"
end
end
end