summaryrefslogtreecommitdiffstats
path: root/roles/postfix/templates/local_recipient
diff options
context:
space:
mode:
Diffstat (limited to 'roles/postfix/templates/local_recipient')
-rw-r--r--roles/postfix/templates/local_recipient3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/postfix/templates/local_recipient b/roles/postfix/templates/local_recipient
index 39d554e..1bf9788 100644
--- a/roles/postfix/templates/local_recipient
+++ b/roles/postfix/templates/local_recipient
@@ -1,4 +1,5 @@
+{% if local_users is defined %}
{% for item in local_users %}
{{ item }} OK
{% endfor %}
-
+{% endif %}