Browse Source

ENH: Add apt.transports.https and apt.transports.debtorrent

master
Wes Turner 10 years ago
parent
commit
d74b06e4af
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      apt/transports/debtorrent.sls
  2. +2
    -0
      apt/transports/https.sls

+ 2
- 0
apt/transports/debtorrent.sls View File

@@ -0,0 +1,2 @@
apt-transport-debtorrent:
pkg.installed

+ 2
- 0
apt/transports/https.sls View File

@@ -0,0 +1,2 @@
apt-transport-https:
pkg.installed

Loading…
Cancel
Save