diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-24 12:11:44 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-24 12:11:44 -0700 |
commit | 5ed03ff3601ce344ce38f6f6ba664ca4c7185fd0 (patch) | |
tree | f1f70315821eaac923f157c38b7d949c532abbee | |
parent | 66c0fdeb65c19d267bd501550e60cd16d7bb4901 (diff) | |
download | chef-document_snap.tar.gz |
Add the introduced field to snap_packagedocument_snap
Our docs site is generated with this field.
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | lib/chef/resource/snap_package.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resource/snap_package.rb b/lib/chef/resource/snap_package.rb index 81904f8405..080b604d28 100644 --- a/lib/chef/resource/snap_package.rb +++ b/lib/chef/resource/snap_package.rb @@ -24,6 +24,7 @@ class Chef resource_name :snap_package description "Use the snap_package resource to manage snap packages on Debian and Ubuntu platforms." + introduced "15.0" property :channel, String, description: "The default channel. For example: stable.", |