Explorar el Código

Merge pull request #7 from westurner/add_apt_ppa_utils

ENH: Add apt.ppa for pkg:python-software-properties (add-apt-repository)
tags/v0.7.0
Nitin Madhok hace 10 años
padre
commit
5ffd8aad75
Se han modificado 2 ficheros con 16 adiciones y 0 borrados
  1. +7
    -0
      README.rst
  2. +9
    -0
      apt/ppa.sls

+ 7
- 0
README.rst Ver fichero

@@ -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 Ver fichero

@@ -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

Cargando…
Cancelar
Guardar