summaryrefslogtreecommitdiff
path: root/puppet/modules/site_postfix/templates/custom-aliases.erb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-09-11 10:34:56 -0700
committerelijah <elijah@riseup.net>2015-09-11 10:34:56 -0700
commit702bf139f407d60e7c297ceb67fc6c30fead1e61 (patch)
treebfb3276e04832f9d3e5fc2edb396a8d5330a4ae7 /puppet/modules/site_postfix/templates/custom-aliases.erb
parentd113bf1b2cd3cb6a94fbe20aa711bf9b9b93286f (diff)
switch aliases to use virtual_alias_maps
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 -%>
-