Przeglądaj źródła

Merge pull request #52 from aboe76/fix_for_fluorine

fix(2019.2 compliant): add name so no virtual_packages
tags/v0.10.0
Imran Iqbal 5 lat temu
rodzic
commit
baa83f2dc2
Brak konta powiązanego z adresem e-mail autora
3 zmienionych plików z 6 dodań i 3 usunięć
  1. +2
    -1
      apt/repositories.sls
  2. +2
    -1
      apt/transports/debtorrent.sls
  3. +2
    -1
      apt/transports/https.sls

+ 2
- 1
apt/repositories.sls Wyświetl plik

@@ -8,7 +8,8 @@
{% set keyring_package = apt.get('keyring_package', apt_map.default_keyring_package) %}

{{ keyring_package }}:
pkg.installed
pkg.installed:
- name: {{ keyring_package }}

/etc/apt/sources.list:
file.managed:

+ 2
- 1
apt/transports/debtorrent.sls Wyświetl plik

@@ -1,2 +1,3 @@
apt-transport-debtorrent:
pkg.installed
pkg.installed:
- name: apt-transport-debtorrent

+ 2
- 1
apt/transports/https.sls Wyświetl plik

@@ -1,2 +1,3 @@
apt-transport-https:
pkg.installed
pkg.installed:
- name: apt-transport-https

Ładowanie…
Anuluj
Zapisz