diff --git a/salt/profile/zypper/config.sls b/salt/profile/zypper/config.sls index 7561539..0b4f78c 100644 --- a/salt/profile/zypper/config.sls +++ b/salt/profile/zypper/config.sls @@ -20,7 +20,7 @@ {% for section, data in zypper_conf.iteritems() %} {{ section }}: {% for config, value in data.iteritems() %} - {{ config }}: {{ value }} + {{ config }}: '{{ value }}' {% endfor %} {% endfor %} {% endif %}