Skip to content

Commit

Permalink
apt: install apt-transport-https on debian
Browse files Browse the repository at this point in the history
  • Loading branch information
cremesk committed Jan 2, 2024
1 parent 311ac37 commit 9124e24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion salt/freifunk/base/apt/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ apt:
- apt
- ca-certificates
- unattended-upgrades

{% if grains['os'] == 'Debian' %}
- apt-transport-https
{% endif %}

{# sources.list #}
{% if grains['os'] == 'Debian' and grains['oscodename'] == 'bullseye' %}
Expand Down

0 comments on commit 9124e24

Please sign in to comment.