summaryrefslogtreecommitdiff
path: root/lib/chef/resource/route.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-09-06 21:17:00 -0700
committerTim Smith <tsmith@chef.io>2018-09-06 21:17:00 -0700
commit8b352f2eb76fbda54a8fd59a493e0e7257ac4b90 (patch)
treec2ae8ec0e14b99f4fb2d7077ccbe127adae5222c /lib/chef/resource/route.rb
parentf16adbaa17ea1a6664e3e9514fd9e9e3e4bf4157 (diff)
downloadchef-8b352f2eb76fbda54a8fd59a493e0e7257ac4b90.tar.gz
Add introduced versions for properties and more descriptions
Getting the auto generated docs ready 1 fix at a time. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/route.rb')
-rw-r--r--lib/chef/resource/route.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/route.rb b/lib/chef/resource/route.rb
index b64dcf26c6..8c14394ace 100644
--- a/lib/chef/resource/route.rb
+++ b/lib/chef/resource/route.rb
@@ -28,7 +28,7 @@ class Chef
description "Use the route resource to manage the system routing table in a Linux environment."
property :target, String, identity: true, name_property: true
- property :comment, [String, nil]
+ property :comment, [String, nil], introduced: "14.0"
property :metric, [Integer, nil]
property :netmask, [String, nil]
property :gateway, [String, nil]