Skip to content

Commit

Permalink
fix(fluorine): add name so no virtual_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Abspoel committed Aug 10, 2019
1 parent f15c64d commit 57bfc61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion apt/repositories.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion apt/transports/debtorrent.sls
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
apt-transport-debtorrent:
pkg.installed
pkg.installed:
- name: apt-transport-debtorrent
3 changes: 2 additions & 1 deletion apt/transports/https.sls
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
apt-transport-https:
pkg.installed
pkg.installed:
- name: apt-transport-https

0 comments on commit 57bfc61

Please sign in to comment.