Open kzw opened 8 years ago
@kzw we need the post installation message but I'm open to suggestions on how to make it clearer
How about post_install hook to check that chefdk is installed and only emit the message if missing?
@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
@reset I am thinking of something like http://stackoverflow.com/questions/6063725/how-to-use-hooks-in-ruby-gems
@kzw that works for me!
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.