summaryrefslogtreecommitdiff
path: root/lib/chef/resource/rhsm_subscription.rb
Commit message (Collapse)AuthorAgeFilesLines
* Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-0/+1
| | | | | | Due to changes in chef-client 14 old cookbooks started winning and this causes lots of problems, especially for old incompatible resources. Chef client should always win here. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update release notes and resources to matchTim Smith2018-03-271-2/+2
| | | | | | Fixed the resoruce docs while I was in there. Signed-off-by: Tim Smith <tsmith@chef.io>
* Add / update descriptionsTim Smith2018-03-261-1/+1
| | | | | | | Use the same format that the docs team approved throughout and make a few minor changes Signed-off-by: Tim Smith <tsmith@chef.io>
* Add more description fields, style fixes, add missing requiresTim Smith2018-03-041-2/+1
| | | | | | | | | | | | Make sure to require chef/resource everywhere. It would work without it but only because some other resource had already required it. Put the type on the same line as the property, which we discussed in slack Put introduced after description which makes differing simpler Convert some yard into description fields Signed-off-by: Tim Smith <tsmith@chef.io>
* Add new Redhat Subscription Manager resourcesrhsmTim Smith2018-02-161-0/+96
Initial commit of new RHSM resources from the Chef managed cookbook for RHSM Signed-off-by: Tim Smith <tsmith@chef.io>