Doug Knight

Results 7 issues of Doug Knight

test-kitchen#1765 configures the `chef_infra` Test Kitchen provider to enable `always_update_cookbooks` by default. The only explanation I can find is the PR description, which says: Without this the user doesn't get...

When the processed source is not valid Ruby syntax, [RuboCop calls `on_other_file`](https://github.com/rubocop/rubocop/blob/924b939202eddeee2516aec958a2487356f3e53c/lib/rubocop/cop/commissioner.rb#L83-L90) on each of the cops so they can investigate the file. When unit testing cops with RSpec, the...

### Description Revises test cookbook so that instead of downloading an individual's personal keys from GitHub, it starts a web service and uses it to serve dedicated keys for validating...

The integration tests for 'File /home/test_user_keys_from_url/.ssh/authorized_keys' are failing. @majormoses has updated their keys on GitHub, and so the integration tests that validated that they keys were properly downloaded and put...

Changes made to `/opt/chef` are propagated to other containers. I haven't had a chance to dig into the problem, but it appears that the `/opt/chef` file system is not mounted...

bug

Move `main.sh` to `chef_server_setup.sh` in `packer-chef-highperf-centos-ami` repo to resolve circular dependency, and also remove `before.sh`, which was already moved to https://github.com/chef-customers/packer-chef-highperf-centos-ami/blob/c2f04061c70f1f1534226561d33d4abcfdb2689d/scripts/install_admin_tools.sh .

Ignore properties not supported by the API endpoint. Resolves #905