diff options
author | Thom May <thom@chef.io> | 2018-02-06 16:50:26 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2018-02-12 17:36:16 +0000 |
commit | 5401a701f1e40f41e76ff855aa4c6dbf411dd230 (patch) | |
tree | 4b2fbedabbe5aeeb3bf942f3e86fa3b4edeafe2b /lib/chef/mixin | |
parent | d3031263eb7c5a31e8f20b4b54d33d184345ae45 (diff) | |
download | chef-5401a701f1e40f41e76ff855aa4c6dbf411dd230.tar.gz |
Add `introduced` property field
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'lib/chef/mixin')
-rw-r--r-- | lib/chef/mixin/properties.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/mixin/properties.rb b/lib/chef/mixin/properties.rb index bb08f773da..6b95b87063 100644 --- a/lib/chef/mixin/properties.rb +++ b/lib/chef/mixin/properties.rb @@ -76,6 +76,7 @@ class Chef # be run in the context of the instance (and able to access other # properties). # @option options [String] :description A description of the property. + # @option options [String] :introduced The release that introduced this property # @option options [Boolean] :desired_state `true` if this property is # part of desired state. Defaults to `true`. # @option options [Boolean] :identity `true` if this property |