sprinkle-tool / sprinkle

Sprinkle is a software provisioning tool you can use to build remote servers with. eg. to install a Rails, or Sinatra stack on a brand new slice directly after its been created
https://github.com/sprinkle-tool/sprinkle
MIT License
1.15k stars 138 forks source link

allow md5 checks to be performed on the rendered erb content #124

Closed chrisolsen closed 11 years ago

chrisolsen commented 11 years ago

https://github.com/sprinkle-tool/sprinkle/issues/121

joshgoebel commented 11 years ago

As I said before the right way to do this is calculate the template inside the package and use the md5 handler to confirm the file contents (until we have auto verifiers) - not build support into the verifier... plus templates need to move out of transfer and into their own installer.

If you want to work on a patch that we'd consider for merging you could start by ripping the templating stuff out of transfer and into a module that we could then include in both transfer (legacy) and package. See my comments on the existing issue.

I do plan on working on this myself when I have time.