dev/provisioning/modules/drush/templates/install-versions-hash.erb
author ymh <ymh.work@gmail.com>
Thu, 16 Feb 2017 18:22:16 +0100
changeset 515 557cca5cb813
parent 353 bf1bc6b08c46
permissions -rw-r--r--
move template compiler into dependencies

---
<% scope.lookupvar('drush::versions').each do |version| %>
  <%= version %> :
    version : '<%= version %>'
<% end %>