diff options
author | Tim Smith <tsmith@chef.io> | 2018-07-10 11:00:48 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-07-10 11:00:48 -0700 |
commit | 4c0cae286b6a4ec1cf69f43b7306a49647962fc0 (patch) | |
tree | ce50fe895826e2e1fd831d782b0184d7e4a72464 /lib/chef/resource | |
parent | b4ef0ff084da7cf89d695cadefd89c0660576a7d (diff) | |
download | chef-4c0cae286b6a4ec1cf69f43b7306a49647962fc0.tar.gz |
Update from review
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource')
-rw-r--r-- | lib/chef/resource/ssh_known_hosts_entry.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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, |