Procházet zdrojové kódy

ENH: Add apt.ppa for python-software-properties (add-apt-repository ppa:user/repository)

master
Wes Turner před 10 roky
rodič
revize
01b4ebd967
2 změnil soubory, kde provedl 16 přidání a 0 odebrání
  1. +7
    -0
      README.rst
  2. +9
    -0
      apt/ppa.sls

+ 7
- 0
README.rst Zobrazit soubor

@@ -29,6 +29,13 @@ Runs ``apt-get update``.

Runs ``apt-get upgrade``.


``apt.ppa``
-------------
Installs ``python-software-properties``
(``$ /usr/bin/apt-add-repository ppa:user/repository``).


``apt.transports.debtorrent``
-------------------------------
Installs ``apt-transport-debtorrent``.

+ 9
- 0
apt/ppa.sls Zobrazit soubor

@@ -0,0 +1,9 @@

## apt-formula/apt/ppa.sls

# Install utilities for working with APT PPA Repositories
# e.g. /usr/bin/add-apt-repository

python-software-properties:
pkg:
- installed

Načítá se…
Zrušit
Uložit