Hi,

is there a way to format text in epp? Something like

a      100
abc    20
defgds 30

Thank you!

<%- | Hash $postfixTransport
| -%>
# This file is managed by Puppet, don't edit it by hand.
# All changes will be overwritten!

<% if ($postfixTransport) { -%>
<% $postfixTransport.each |$domain, $target| { -%>
<%= $domain %>          <%= $target %>
<% } -%>
<% } -%>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/xn0ld6o4njlzigd000%40news.gmane.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to