voxpupuli / vagrant-librarian-puppet

A Vagrant plugin to install Puppet modules using Librarian-Puppet.
MIT License
99 stars 26 forks source link

Fail gracefully if `puppet` is not available. #13

Open berngp opened 10 years ago

berngp commented 10 years ago

If I install the plugin I need to have the puppet gem available in every single environment I start a Vagrant controlled instance. In my case I have a mix of Chef and Puppet instances and use Rbenv to control the gems available per project. It is not expected to have to install puppet in a project that is managed by chef.

berngp commented 10 years ago

I'll take a stab at it, thank you for the project!

mwildehahn commented 10 years ago

yea, i agree with this. happy to merge or review anything you come up with

salimane commented 8 years ago

any update on this ?