diff options
| author | Dan Fandrich <danf@mageia.org> | 2026-02-21 20:55:36 -0800 |
|---|---|---|
| committer | Dan Fandrich <danf@mageia.org> | 2026-02-21 21:10:56 -0800 |
| commit | 394f128c52caae23a9024c55cbef043bf7e080ea (patch) | |
| tree | 0d45a4af40cfa5e3a1da8a3f1ea7ffd502bec580 /modules/postgrey | |
| parent | 5b23841245eea3a2ba86dd0544668b5e00eb5b4b (diff) | |
| download | puppet-394f128c52caae23a9024c55cbef043bf7e080ea.tar puppet-394f128c52caae23a9024c55cbef043bf7e080ea.tar.gz puppet-394f128c52caae23a9024c55cbef043bf7e080ea.tar.bz2 puppet-394f128c52caae23a9024c55cbef043bf7e080ea.tar.xz puppet-394f128c52caae23a9024c55cbef043bf7e080ea.zip | |
Use @ when accessing variables in templates
Access without the @ symbol is the older method and is discouraged.
This is the fourth batch of files.
Diffstat (limited to 'modules/postgrey')
| -rw-r--r-- | modules/postgrey/templates/whitelist_clients.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postgrey/templates/whitelist_clients.local b/modules/postgrey/templates/whitelist_clients.local index 8c87b88c..a2118a54 100644 --- a/modules/postgrey/templates/whitelist_clients.local +++ b/modules/postgrey/templates/whitelist_clients.local @@ -1,2 +1,2 @@ # mageia -<%= domain %> +<%= @domain %> |
