summaryrefslogtreecommitdiff
path: root/templates/amavisd/05-node_id.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-18 09:52:29 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-18 09:52:29 -0300
commit83bdfe2e56cc8c1823a3846f7a3c276770fa65d9 (patch)
treee430248a398e93edafd7b4dea73ee1dbbbeb9f40 /templates/amavisd/05-node_id.erb
parent0fae80a1a028a20bfe2b133995d60b2cb29bde4a (diff)
downloadpuppet-mail-83bdfe2e56cc8c1823a3846f7a3c276770fa65d9.tar.gz
puppet-mail-83bdfe2e56cc8c1823a3846f7a3c276770fa65d9.tar.bz2
Updates templates
Diffstat (limited to 'templates/amavisd/05-node_id.erb')
-rw-r--r--templates/amavisd/05-node_id.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/amavisd/05-node_id.erb b/templates/amavisd/05-node_id.erb
index 6a09896..2b795da 100644
--- a/templates/amavisd/05-node_id.erb
+++ b/templates/amavisd/05-node_id.erb
@@ -9,6 +9,6 @@ chomp($myhostname = `hostname --fqdn`);
# Qualified Domain Name (FQDN) and remove the # at the beginning of the line.
#
#$myhostname = "mail.example.com";
-$myhostname = "<%= fqdn %>";
+$myhostname = "<%= @fqdn %>";
1; # ensure a defined return