From ae9415c3e71e714280e58ee67773a82b77e7bb52 Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Wed, 24 Jan 2018 15:36:25 +0100 Subject: [PATCH] [suse]: fix passing map.local_config into template avoids hard to debug messages about undefined Jinja variable 'map' --- bind/config.sls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bind/config.sls b/bind/config.sls index ef50684..275c076 100644 --- a/bind/config.sls +++ b/bind/config.sls @@ -82,6 +82,8 @@ bind_default_config: - user: root - group: root - mode: 644 + - context: + map: {{ map }} - watch_in: - service: bind_restart {% endif %}