Просмотр исходного кода
Merge pull request #163 from alexandruavadanii/fix-duplicate-ids
system:repo: Fix duplicate file.absent sls IDs
pull/138/head
Filip Pytloun
6 лет назад
Родитель
Сommit
21c68864a9
Аккаунт пользователя с таким Email не найден
1 измененных файлов:
3 добавлений и
3 удалений
-
linux/system/repo.sls
|
|
@@ -166,9 +166,9 @@ linux_repo_{{ name }}_absent: |
|
|
|
{%- endif %} |
|
|
|
{%- endif %} |
|
|
|
file.absent: |
|
|
|
- name: /etc/apt/sources.list.d/{{ name }}.list |
|
|
|
file.absent: |
|
|
|
- name: /etc/apt/apt.conf.d/99proxies-salt-{{ name }} |
|
|
|
- names: |
|
|
|
- /etc/apt/sources.list.d/{{ name }}.list |
|
|
|
- /etc/apt/apt.conf.d/99proxies-salt-{{ name }} |
|
|
|
{%- endif %} |
|
|
|
{%- endif %} |
|
|
|
{%- endif %} |