summaryrefslogtreecommitdiff
path: root/lib/chef/resource/rhsm_register.rb
Commit message (Expand)AuthorAgeFilesLines
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-2/+2
* Add system_name property to rhsm_register resourceJason Barnett2020-09-101-0/+6
* Stop using grep to parse textfaster_rhsmTim Smith2020-09-081-1/+1
* Fix yard commentTim Smith2020-09-081-1/+1
* rhsm_register: Avoid potentially checking if we need to register twiceTim Smith2020-09-081-8/+14
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-2/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Convert more resources to unified_modelcg/unified-mode4Lamont Granquist2020-04-011-0/+2
* Add missing introduced value to the new property in rhsm_registeradd_introducedTim Smith2020-03-241-1/+2
* Add :https_for_ca_consumer property to rhsm_register resourceJason Barnett2020-03-241-1/+11
* Remove the canonical DSLLamont Granquist2020-03-031-2/+1
* Minor Chefstyle fixTim Smith2020-02-281-1/+0
* Change the resource order and return a symbolyum_vs_dnfTim Smith2020-02-271-6/+7
* Make sure we don't break the world in RHEL 9Tim Smith2020-02-271-4/+6
* Update the rhsm_erata* and rhsm_register resources for RHEL 8Tim Smith2020-02-271-6/+8
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-14/+14
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* More resource description updatesTim Smith2018-11-071-7/+7
* Set default_env true on RHSM resources to prevent failuresTim Smith2018-08-021-0/+3
* Add missing periods in descriptionsTim Smith2018-07-091-4/+4
* Merge pull request #7201 from chef/desired_stateThom May2018-04-301-1/+1
|\
| * Set desired_state: false on several propertiesdesired_stateTim Smith2018-04-271-1/+1
* | rhsm_register: skip the registration check if force is specifiedrhsm_fixTim Smith2018-04-261-1/+1
|/
* Merge pull request #7133 from chef/fix_pw_rhsmThom May2018-04-091-6/+8
|\
| * Fix RHSM registration using passwordsfix_pw_rhsmTim Smith2018-04-061-6/+8
* | Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-0/+1
|/
* Add / update descriptionsTim Smith2018-03-261-1/+1
* Add more description fields, style fixes, add missing requiresTim Smith2018-03-041-16/+8
* Add new Redhat Subscription Manager resourcesrhsmTim Smith2018-02-161-0/+170