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

Support idempotent option for multiline string in PushText installer #93

Closed koenpunt closed 11 years ago

koenpunt commented 11 years ago

As the title describes, this PR makes it possible to use the PushText installer with multiline strings without pushing the same lines over and over again.

koenpunt commented 11 years ago

@yyyc514 I've moved the escape method to installer.rb as you suggested