# # 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 -%>