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

calling cygwin_package always reinstalls that package #10

Open
ezray opened this issue Feb 19, 2016 · 0 comments
Open

calling cygwin_package always reinstalls that package #10

ezray opened this issue Feb 19, 2016 · 0 comments
Labels
Milestone

Comments

@ezray
Copy link

ezray commented Feb 19, 2016

The not_if guards in providers/package.rb are incorrect. The clause is being evaluated as a string, not being executed. This results in the not_if guard always returning false, which causes the package in question to be reinstalled every time Chef is run. I believe the lines should look something like:

not_if { `#{node['cygwin']['home']}/bin/cygcheck -c #{new_resource.name}"`.include? "OK" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants