diff options
author | varac <varacanero@zeromail.org> | 2015-11-09 10:21:54 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-11-17 23:11:20 +0100 |
commit | d3501d3e81a4a31248829a59ae68a15da4034bf8 (patch) | |
tree | 7a6513963b5b4129871038a553afe697fd625f6e /puppet/modules/site_postfix | |
parent | 16a7a2745d30b92a5a45102eb05dac20fdaf0d0b (diff) |
[deprec] use @ in front of erb template tags
Puppet 3 shows now deprecation warnings if the "@" is missing.
see https://docs.puppetlabs.com/puppet/latest/reference/lang_template_erb.html#non-printing-tags#[bug|feat|docs|style|refactor|test|pkg|i18n]
Diffstat (limited to 'puppet/modules/site_postfix')
-rw-r--r-- | puppet/modules/site_postfix/templates/checks/helo_access.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_postfix/templates/checks/helo_access.erb b/puppet/modules/site_postfix/templates/checks/helo_access.erb index bef3c11d..bac2c45a 100644 --- a/puppet/modules/site_postfix/templates/checks/helo_access.erb +++ b/puppet/modules/site_postfix/templates/checks/helo_access.erb @@ -18,4 +18,4 @@ # Reject anybody that HELO's as being in our own domain(s) # anyone who identifies themselves as us is a virus/spammer -<%= domain %> 554 You are not in domain <%= domain %> +<%= @domain %> 554 You are not in domain <%= @domain %> |