summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-10 11:12:41 -0700
committerGitHub <noreply@github.com>2018-07-10 11:12:41 -0700
commit313ae36721d7f0fd4b1050433e715b99e52c03e9 (patch)
treea37ce355e6d1a04b9be8e1c419d9fbb83bc73fc8 /lib/chef
parenta0f8c4c08350f1c8f1040766b51c03acb6ffaba7 (diff)
parent4c0cae286b6a4ec1cf69f43b7306a49647962fc0 (diff)
downloadchef-313ae36721d7f0fd4b1050433e715b99e52c03e9.tar.gz
Merge pull request #7441 from chef/143_release_notes
Add release notes for 14.3
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/resource/ssh_known_hosts_entry.rb2
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,