Pārlūkot izejas kodu

Merge "Allow removing apt repositories"

pull/128/head
Jakub Josef pirms 7 gadiem
vecāks
revīzija
4c516f187f
1 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  1. +10
    -0
      linux/system/repo.sls

+ 10
- 0
linux/system/repo.sls Parādīt failu

@@ -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 %}

Notiek ielāde…
Atcelt
Saglabāt