Skip to content

Commit baa83f2

Browse files
authored
Merge pull request #52 from aboe76/fix_for_fluorine
fix(2019.2 compliant): add name so no virtual_packages
2 parents 2c66573 + 57bfc61 commit baa83f2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

apt/repositories.sls

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
{% set keyring_package = apt.get('keyring_package', apt_map.default_keyring_package) %}
99
1010
{{ keyring_package }}:
11-
pkg.installed
11+
pkg.installed:
12+
- name: {{ keyring_package }}
1213
1314
/etc/apt/sources.list:
1415
file.managed:

apt/transports/debtorrent.sls

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
apt-transport-debtorrent:
2-
pkg.installed
2+
pkg.installed:
3+
- name: apt-transport-debtorrent

apt/transports/https.sls

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
apt-transport-https:
2-
pkg.installed
2+
pkg.installed:
3+
- name: apt-transport-https

0 commit comments

Comments
 (0)