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.