rgeyer-rs-cookbooks / rs_vagrant_shim

A cookbook which hopes to allow vagrant interoperability with RightScale Chef cookbooks, including support for the RightScale only functionality like remote_recipe, server_collection, and right_link_tag.
MIT License
0 stars 0 forks source link

Separate the various modules #1

Open rgeyer opened 11 years ago

rgeyer commented 11 years ago

This repository contains at least 3 modules.

1) The actual cookbook which allows RS chef code to run in vagrant 2) A vagrant plugin with a provisioner 3) A binary helper for generating a new project with all of the above bits

Need to separate them all so they can be used as individual components.

rgeyer commented 11 years ago

Almost done, just need to complete the third item on the list.