summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_path.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-02-22 17:38:44 -0800
committerTim Smith <tsmith@chef.io>2018-02-22 17:38:44 -0800
commitb114fdea64f32f42ba78e9132017c9c871be378c (patch)
tree054c6d508d990f321efa4cade00d5ec6a8d0275b /lib/chef/resource/windows_path.rb
parentb3a3fbaab35da9e7927a0cb1ae5e379f28ecc000 (diff)
downloadchef-b114fdea64f32f42ba78e9132017c9c871be378c.tar.gz
Add more introduced and description fields to resourcesdescriptions_v2
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/windows_path.rb')
-rw-r--r--lib/chef/resource/windows_path.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/resource/windows_path.rb b/lib/chef/resource/windows_path.rb
index 7da24a3c06..afe8b43ad9 100644
--- a/lib/chef/resource/windows_path.rb
+++ b/lib/chef/resource/windows_path.rb
@@ -20,13 +20,13 @@ require "chef/resource"
class Chef
class Resource
- # Use the windows_path resource to manage the path environment variable on Microsoft Windows.
- #
- # @since 13.4
class WindowsPath < Chef::Resource
resource_name :windows_path
provides :windows_path
+ description "Use the windows_path resource to manage the path environment variable on Microsoft Windows."
+ introduced "13.4"
+
allowed_actions :add, :remove
default_action :add