Ver código fonte

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 10 anos atrás
pai
commit
5ffd8aad75
2 arquivos alterados com 16 adições e 0 exclusões
  1. +7
    -0
      README.rst
  2. +9
    -0
      apt/ppa.sls

+ 7
- 0
README.rst Ver arquivo

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

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

Carregando…
Cancelar
Salvar