소스 검색

Add support for Explanation lines in preferences.

master
Adam Bolte 8 년 전
부모
커밋
de55b167b4
No account linked to committer's email address
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      apt/preferences.sls

+ 5
- 0
apt/preferences.sls 파일 보기

@@ -35,4 +35,9 @@
- "{{ 'Package: ' ~ p_package }}"
- "{{ 'Pin: ' ~ args.pin }}"
- "{{ 'Pin-Priority: ' ~ args.priority }}"
{% if 'explanation' in args %}
{% for explanation in args.explanation %}
- "{{ 'Explanation: ' ~ explanation }}"
{% endfor %}
{% endif %}
{% endfor %}

Loading…
취소
저장