solita / ploy

Deployment automation tool
MIT License
1 stars 1 forks source link

Make dynamic file generation more generic #8

Closed luontola closed 11 years ago

luontola commented 11 years ago

Now we have server.with_properties_file, but it would also be useful to have server.with_file for creating an arbitrary text file.

This would let us use server.with_file 'bin/setenv.sh', <<eos ... eos to get rid of one server-specific template.