garrettux / knife-vagrant

Knife plugin for testing Chef code in a Vagrant VM
25 stars 15 forks source link

Support multiple VMs; mirror knife-ec2 gem bundle #5

Closed codebudo closed 11 years ago

codebudo commented 11 years ago

Garrettux,

I needed a vagant plugin that worked more like the knife-ec2 gem, so I modified yours. Your 'first pass' has been a great starting point. I still don't know too much about chef plugin development, so I'm sure there are things that could improvement. I've just added the vagrant_server.rb as a plugin directly in my chef repo, so I haven't tested the gemspec changes.

Anyway, if you see the changes are useful you're welcome to them.

Cheers, Mikkel

garrettux commented 11 years ago

Mikkel,

Thanks! I'm glad you found it useful, and your changes are a welcome improvement.

Garrett