소스 검색

Merge "Allow removing apt repositories"

pull/128/head
Jakub Josef 7 년 전
부모
커밋
4c516f187f
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      linux/system/repo.sls

+ 10
- 0
linux/system/repo.sls 파일 보기

@@ -101,6 +101,8 @@ linux_repo_{{ name }}_key:

{%- else %}

{%- if repo.get('enabled', True) %}

linux_repo_{{ name }}:
pkgrepo.managed:
{%- if repo.ppa is defined %}
@@ -138,6 +140,14 @@ linux_repo_{{ name }}:
{%- endif %}
{%- endif %}

{%- else %}

linux_repo_{{ name }}_absent:
file.absent:
- name: /etc/apt/sources.list.d/{{ name }}.list:

{%- endif %}

{%- endif %}

{%- endif %}

Loading…
취소
저장