mattray / spiceweasel

Generates Chef knife commands from a simple JSON or YAML file.
Apache License 2.0
284 stars 65 forks source link

Support circular dependencies #21

Closed jperry closed 11 years ago

jperry commented 12 years ago

Hi,

spiceweasel fails when dealing with circular dependencies but chef is fine with it. Can spiceweasel be updated to support this?

Thanks, Jay

mattray commented 11 years ago

Since we're using the Solve gem now, I'm closing this because it handles it.