Przeglądaj źródła

fix(fluorine): add name so no virtual_packages

tags/v0.10.0
Niels Abspoel 5 lat temu
rodzic
commit
57bfc61b2c
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