Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More resource documentation improvements #10435

Merged
merged 20 commits into from Sep 16, 2020
Merged

More resource documentation improvements #10435

merged 20 commits into from Sep 16, 2020

Commits on Sep 15, 2020

  1. Improve resource examples

    Mostly just formatting differs from the docs side except for chef_handler which got some significant changes to make it *potentially* work IRL.
    
    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Sep 15, 2020
    Copy the full SHA
    a596db1 View commit details
    Browse the repository at this point in the history
  2. Use the chef_handler description from the docs site

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Sep 15, 2020
    Copy the full SHA
    93a35ed View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Cookstyle fixes for the chef_handler examples

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Sep 16, 2020
    Copy the full SHA
    a7caf56 View commit details
    Browse the repository at this point in the history
  2. Fix quote

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Sep 16, 2020
    Copy the full SHA
    b8641ef View commit details
    Browse the repository at this point in the history
  3. Update lib/chef/resource/chef_handler.rb

    Signed-off-by: Tim Smith <tsmith@chef.io>
    
    Co-authored-by: pete higgins <pete@peterhiggins.org>
    tas50 and phiggins committed Sep 16, 2020
    Copy the full SHA
    fa19027 View commit details
    Browse the repository at this point in the history
  4. Update lib/chef/resource/chef_handler.rb

    Signed-off-by: Tim Smith <tsmith@chef.io>
    
    Co-authored-by: pete higgins <pete@peterhiggins.org>
    tas50 and phiggins committed Sep 16, 2020
    Copy the full SHA
    ba4f800 View commit details
    Browse the repository at this point in the history
  5. Update lib/chef/resource/chef_handler.rb

    Signed-off-by: Tim Smith <tsmith@chef.io>
    
    Co-authored-by: pete higgins <pete@peterhiggins.org>
    tas50 and phiggins committed Sep 16, 2020
    Copy the full SHA
    fdfa84f View commit details
    Browse the repository at this point in the history
  6. Update lib/chef/resource/chef_handler.rb

    Signed-off-by: Tim Smith <tsmith@chef.io>
    
    Co-authored-by: pete higgins <pete@peterhiggins.org>
    tas50 and phiggins committed Sep 16, 2020
    Copy the full SHA
    3e22c84 View commit details
    Browse the repository at this point in the history
  7. Update lib/chef/resource/ohai_hint.rb

    Signed-off-by: Tim Smith <tsmith@chef.io>
    
    Co-authored-by: pete higgins <pete@peterhiggins.org>
    tas50 and phiggins committed Sep 16, 2020
    Copy the full SHA
    e4e5400 View commit details
    Browse the repository at this point in the history
  8. Update lib/chef/resource/ohai_hint.rb

    Signed-off-by: Tim Smith <tsmith@chef.io>
    
    Co-authored-by: pete higgins <pete@peterhiggins.org>
    tas50 and phiggins committed Sep 16, 2020
    Copy the full SHA
    c268208 View commit details
    Browse the repository at this point in the history
  9. Fix mysql example

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Sep 16, 2020
    Copy the full SHA
    f065104 View commit details
    Browse the repository at this point in the history
  10. Update lib/chef/resource/bff_package.rb

    Signed-off-by: Tim Smith <tsmith@chef.io>
    
    Co-authored-by: pete higgins <pete@peterhiggins.org>
    tas50 and phiggins committed Sep 16, 2020
    Copy the full SHA
    18bfd59 View commit details
    Browse the repository at this point in the history
  11. More updates

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Sep 16, 2020
    Copy the full SHA
    abe00d4 View commit details
    Browse the repository at this point in the history
  12. Make sure we document our lazy defaults

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Sep 16, 2020
    Copy the full SHA
    218d7b9 View commit details
    Browse the repository at this point in the history
  13. Add more openssl_dhparam examples

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Sep 16, 2020
    Copy the full SHA
    c729fec View commit details
    Browse the repository at this point in the history
  14. Add formatting to openssl_x509_certificate examples

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Sep 16, 2020
    Copy the full SHA
    6b7122b View commit details
    Browse the repository at this point in the history
  15. Update openssl_x509_crl examples

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Sep 16, 2020
    Copy the full SHA
    8060a48 View commit details
    Browse the repository at this point in the history
  16. Improve openssl_x509_request descriptions and remove default

    default_action is not needed here
    
    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Sep 16, 2020
    Copy the full SHA
    fcb5b56 View commit details
    Browse the repository at this point in the history
  17. Add examples to osx_profile

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Sep 16, 2020
    Copy the full SHA
    9b48de4 View commit details
    Browse the repository at this point in the history
  18. Improve examples in powershell_package_source

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Sep 16, 2020
    Copy the full SHA
    9345c72 View commit details
    Browse the repository at this point in the history