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

Activate inspec cache by default to boost Windows execution #296

Closed
chris-rock opened this issue Dec 1, 2017 · 1 comment
Closed

Activate inspec cache by default to boost Windows execution #296

chris-rock opened this issue Dec 1, 2017 · 1 comment
Assignees

Comments

@chris-rock
Copy link
Contributor

Cookbook version

5.0.4

Chef-client version

n/a

Platform Details

n/a

Scenario:

At this point, windows execution is very slow with the audit cookbook. This will be addressed with inspec/inspec#2339 and inspec/train#220. While the pipes are used by default, command caching is not activated by default. We should activate this backend_cache=true flag as a default and allow users to opt-out if required.

@chris-rock
Copy link
Contributor Author

"audit": {
  "reporter": "chef-server-automate",
  "fetcher": "chef-server",
  "inspec_backend_cache": true,
  "insecure": false,
  "profiles": [
    {
      "name": "my-profile",
      "compliance": "john/my-profile"
    }
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants