rackerlabs / fastfood

DEPRECATED
Apache License 2.0
1 stars 7 forks source link

Introduce binary file option #79

Closed martinb3 closed 9 years ago

martinb3 commented 9 years ago

Introduce another section "binaries" to a fastfood manifest, so that you can push non-text files to the output cookbook without having to go through Jinja2 templating. Should be backwards compatible with existing manifests. Also added a test that copies a Fanatiguy logo into the output cookbook.

Fixes #78.