From f5b2645d869b76598c18527d388ed76719c06bdd Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 4 Oct 2024 21:44:50 -0700 Subject: Revert "Use @ when accessing variables in templates" Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622. --- modules/ssmtp/templates/ssmtp.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/ssmtp') diff --git a/modules/ssmtp/templates/ssmtp.conf b/modules/ssmtp/templates/ssmtp.conf index d7a9125f..b535bc29 100644 --- a/modules/ssmtp/templates/ssmtp.conf +++ b/modules/ssmtp/templates/ssmtp.conf @@ -1,9 +1,9 @@ -root=mageia-sysadm@<%= @domain %> +root=mageia-sysadm@<%= domain %> -mailhub=mx.<%= @domain %> +mailhub=mx.<%= domain %> rewriteDomain= # The full hostname -hostname=<%= @fqdn %> +hostname=<%= fqdn %> -- cgit v1.2.1