From 4c0cae286b6a4ec1cf69f43b7306a49647962fc0 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 10 Jul 2018 11:00:48 -0700 Subject: Update from review Signed-off-by: Tim Smith --- lib/chef/resource/ssh_known_hosts_entry.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/resource') diff --git a/lib/chef/resource/ssh_known_hosts_entry.rb b/lib/chef/resource/ssh_known_hosts_entry.rb index 07e35587b7..a1257722e0 100644 --- a/lib/chef/resource/ssh_known_hosts_entry.rb +++ b/lib/chef/resource/ssh_known_hosts_entry.rb @@ -25,7 +25,7 @@ class Chef preview_resource true resource_name :ssh_known_hosts_entry - description "Use the ssh_known_hosts_entry resource to append an entry for the specified host in /etc/ssh/ssh_known_hosts or a user's known hosts file if specified." + description "Use the ssh_known_hosts_entry resource to add an entry for the specified host in /etc/ssh/ssh_known_hosts or a user's known hosts file if specified." introduced "14.3" property :host, String, -- cgit v1.2.1