We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaa1f5b + a201be0 commit 29c8a43Copy full SHA for 29c8a43
apt/templates/apt_conf.jinja
@@ -11,7 +11,7 @@
11
{%- endmacro -%}
12
// This file is managed by salt
13
{%- for opt, opt_data in data|dictsort -%}
14
- {%- if opt_data is string %}
+ {%- if opt_data is string or opt_data is number %}
15
{{ opt }} "{{ opt_data }}";
16
{%- elif opt_data is mapping %}
17
{{ opt }}
0 commit comments