Parcourir la source
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
il y a 5 ans
Parent
révision
baa83f2dc2
Aucun compte lié à l'adresse e-mail de l'auteur
3 fichiers modifiés avec
6 ajouts et
3 suppressions
-
apt/repositories.sls
-
apt/transports/debtorrent.sls
-
apt/transports/https.sls
|
|
@@ -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: |
|
|
@@ -1,2 +1,3 @@ |
|
|
|
apt-transport-debtorrent: |
|
|
|
pkg.installed |
|
|
|
pkg.installed: |
|
|
|
- name: apt-transport-debtorrent |
|
|
@@ -1,2 +1,3 @@ |
|
|
|
apt-transport-https: |
|
|
|
pkg.installed |
|
|
|
pkg.installed: |
|
|
|
- name: apt-transport-https |