Browse Source

Merge pull request #2 from saltstack-formulas/master

syncing fork to original
tags/v0.8.0^2
Jason D. Kelleher 5 years ago
parent
commit
08cd744ac4
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      apt/templates/apt_conf.jinja

+ 1
- 1
apt/templates/apt_conf.jinja View File

@@ -11,7 +11,7 @@
{%- endmacro -%}
// This file is managed by salt
{%- for opt, opt_data in data|dictsort -%}
{%- if opt_data is string %}
{%- if opt_data is string or opt_data is number %}
{{ opt }} "{{ opt_data }}";
{%- elif opt_data is mapping %}
{{ opt }}

Loading…
Cancel
Save