summaryrefslogtreecommitdiff
path: root/puppet/modules/site_postfix/templates/custom-aliases.erb
blob: f261514bc2e5d654f708e4a1f1fac6b8373dcb6a (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# This file is managed by puppet.
#
# This is a map of custom, non-standard aliases. The contents of this file
# are derived from the node property `mx.aliases`.
#

<%- @aliases.keys.sort.each do |from| -%>
"<%= from %>": "<%= [@aliases[from]].flatten.join('", "') %>"
<%- end -%>