Skip to content
This repository was archived by the owner on May 10, 2018. It is now read-only.

General compliance.rb improvements #829

@vinyar

Description

@vinyar

Page:
https://docs.chef.io/config_rb_compliance.html

Issue:
The page is good enough for technical people, but not for general audience.

Expected behavior:

  • doc should mention that config file is located here: /etc/chef-compliance/chef-compliance.rb
  • Short-term, it would be great if it provided some basic examples of the most common use cases and had a snippet of a functional compliance.rb file. (like below)
  • It would be nice if longer-term compliance.rb page resembled chef-server.rb and captured all available settings with explanation of what each one does.

basic example of chef-compliance.rb

vagrant@compliance-server-ubuntu-1404:/etc/chef-compliance$ cat chef-compliance.rb
fqdn  "192.168.33.33"
core['licensed_node_count'] = 26
  • (pending validation) If cert file is has the same limitation as chef-server where it can't be password protected, there should be a note for that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions