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

install_plugin fails to run on initial install #176

Closed
david-mccullars opened this issue Jan 16, 2014 · 1 comment
Closed

install_plugin fails to run on initial install #176

david-mccullars opened this issue Jan 16, 2014 · 1 comment

Comments

@david-mccullars
Copy link

install_plugin calls made immediately after include_recipe "elasticsearch::default" fail due to ark's delaying of unpacking the elasticsearch tar.gz file. Without that file unpacked, there is no plugin script with which to install plugins. The install_plugin needs to handle this case more gracefully.

@martinb3
Copy link
Contributor

martinb3 commented Jul 7, 2015

Hello! We've re-written the cookbook using libraries that expose resources and providers, so you shouldn't see this problem on the newer version. Hope this helps!

@martinb3 martinb3 closed this as completed Jul 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants