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

improve package resource on windows #86

Closed
chris-rock opened this issue Oct 7, 2015 · 2 comments
Closed

improve package resource on windows #86

chris-rock opened this issue Oct 7, 2015 · 2 comments
Assignees
Labels
Type: Enhancement Improves an existing feature
Milestone

Comments

@chris-rock
Copy link
Contributor

chris-rock commented Oct 7, 2015

The current package resource is reported to be very slow Windows:

describe package('Orca') do
  it { should be_installed }      
end

This code should be improved: https://github.com/chef/inspec/blob/master/lib/resources/package.rb#L187-L209 and we should not require wmi

@chris-rock chris-rock added the Type: Enhancement Improves an existing feature label Oct 7, 2015
@chris-rock chris-rock added this to the 0.32.0 milestone Aug 23, 2016
@chris-rock
Copy link
Contributor Author

@chris-rock
Copy link
Contributor Author

@chris-rock chris-rock changed the title improve user resource on windows improve package resource on windows Aug 23, 2016
clintoncwolfe pushed a commit that referenced this issue Feb 7, 2018
The resource is `aws_ec2`, not `ec2`

Instance IDs must be passed to the `aws_ec2` resource, not machine names

Signed-off-by: Nathen Harvey <nharvey@chef.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Improves an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants