Skip to content
This repository has been archived by the owner on Dec 26, 2017. It is now read-only.

gem post_install_message is misleading #299

Open
kzw opened this issue Mar 9, 2016 · 5 comments
Open

gem post_install_message is misleading #299

kzw opened this issue Mar 9, 2016 · 5 comments

Comments

@kzw
Copy link

kzw commented Mar 9, 2016

Users of a vagrant plugin may not experts in gem ecosystem. Having a multi line post install message about chefdk confuses the end user who have already installed chefdk into thinking that the plugin install was not finished.

@reset
Copy link
Contributor

reset commented Mar 9, 2016

@kzw we need the post installation message but I'm open to suggestions on how to make it clearer

@kzw
Copy link
Author

kzw commented Mar 14, 2016

How about post_install hook to check that chefdk is installed and only emit the message if missing?

@reset
Copy link
Contributor

reset commented Mar 14, 2016

@kzw I don't think there is a way to programatically display the post install message. It's just a string that you set in the gem spec: https://github.com/berkshelf/vagrant-berkshelf/blob/master/vagrant-berkshelf.gemspec#L30-L37

@kzw
Copy link
Author

kzw commented Mar 15, 2016

@reset
Copy link
Contributor

reset commented Mar 15, 2016

@kzw that works for me!

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

No branches or pull requests

2 participants