summaryrefslogtreecommitdiff
path: root/puppet/modules/site_postfix/templates/custom-aliases.erb
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_postfix/templates/custom-aliases.erb')
-rw-r--r--puppet/modules/site_postfix/templates/custom-aliases.erb11
1 files changed, 0 insertions, 11 deletions
diff --git a/puppet/modules/site_postfix/templates/custom-aliases.erb b/puppet/modules/site_postfix/templates/custom-aliases.erb
deleted file mode 100644
index f261514b..00000000
--- a/puppet/modules/site_postfix/templates/custom-aliases.erb
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# 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 -%>
-