summaryrefslogtreecommitdiff
path: root/lib/chef/resource/sudo.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-27 09:40:18 -0700
committerTim Smith <tsmith@chef.io>2018-03-27 09:40:37 -0700
commit07d83384b60d973b1245baf5b0a8817465e13fd1 (patch)
treeda3bc1fe6d8e3b32e454d05aed8067dbe347ea18 /lib/chef/resource/sudo.rb
parent753e67a25421c03d82979449b62006aa72486c1d (diff)
downloadchef-07d83384b60d973b1245baf5b0a8817465e13fd1.tar.gz
Update release notes and resources to match
Fixed the resoruce docs while I was in there. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/sudo.rb')
-rw-r--r--lib/chef/resource/sudo.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/chef/resource/sudo.rb b/lib/chef/resource/sudo.rb
index ec60b419a4..a2e5d21515 100644
--- a/lib/chef/resource/sudo.rb
+++ b/lib/chef/resource/sudo.rb
@@ -28,10 +28,10 @@ class Chef
provides "sudo"
description "Use the sudo resource to add or remove individual sudo entries using sudoers.d files."\
- " Sudo version 1.7.2 or newer is required to use the sudo resource as it relies on the"\
- " '#includedir' directive introduced in version 1.7.2. The resource does not enforce"\
- " installing the version. Supported releases of Ubuntu, Debian and RHEL (6+) all support"\
- " this feature."
+ " Sudo version 1.7.2 or newer is required to use the sudo resource, as it relies on the"\
+ " '#includedir' directive introduced in version 1.7.2. This resource does not enforce"\
+ " installation of the required sudo version. Supported releases of Ubuntu, SuSE, Debian,"\
+ " and RHEL (6+) all support this feature."
introduced "14.0"
# acording to the sudo man pages sudo will ignore files in an include dir that have a `.` or `~`