Mr. Pacman

Results 30 issues of Mr. Pacman

I heard complaints that boxstarter resource is too noisy. I added an attribute to control log spew and set default to 'info'. I wasn't able to start rspec from this...

With SSL enabled, the path to dh_param does not get rendered in supermarket.rb My interpretation: template resource is created during compilation phase, however dh_param is declared/created at the execution phase...

Location: https://docs.chef.io/install_supermarket.html Specific step: ``` ... app = data_bag_item('apps', 'supermarket') Set the attributes from the data bag: ... ``` Issue: Following the documentation will result in a `data_bag not found`...

Preface: Chef server requires mail for some of its core functionality. Present solution: Chef pre-req docs makes a note that some form of SMTP (postfix/sendmail/etc..) should be available on the...

Component: oc-id
Triage: Feature Request
Status: To be prioritized

The functionality is out there, but it doesnt seem to be documented. Not sure on the place place, perhaps start with here: https://docs.chef.io/chef_license.html and https://docs.chef.io/api_chef_server.html ``` knife raw license -s...

Component: Chef Infra Client
Aspect: Documentation
Topic: API
Topic: Knife

Page: https://docs.chef.io/ohai_custom.html Additional example suggestions for external links: Ohai example of executing arbitrary Powershell inside Ohai plugin: https://github.com/chef/ohai/blob/13485c17da688654890047d1952d9f71e735d162/lib/ohai/plugins/powershell.rb Ohai example for collecting info on windows: https://github.com/chef-cookbooks/windows/blob/master/files/dism_features.rb @smurawski for additional examples.

Component: Chef Infra Client
Aspect: Documentation

Sites: https://docs.chef.io/config_rb_server.html https://docs.chef.io/config_rb_server_optional_settings.html https://docs.chef.io/server_security.html **Issue:** Chef server can use certs, however current documentation does not provide any guidance for certs generated using Micorosoft cert authority. The issue is that certs...

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` -...

Seems some time ago new ohai flags were released, but they didn't make it into docs https://discourse.chef.io/t/release-announcement-ohai-8-10-0-released/7733 Request: Can we please add these flags to Ohai docs https://docs.chef.io/ohai.html#ohai-settings-in-client-rb

compliance api will likely change, so filing this so it would show up in google in case anyone hits this issue. doc: https://docs.chef.io/api_compliance.html#id24 BUG: POST should not have {} around...