Browse Source

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 years ago
parent
commit
5ffd8aad75
2 changed files with 16 additions and 0 deletions
  1. +7
    -0
      README.rst
  2. +9
    -0
      apt/ppa.sls

+ 7
- 0
README.rst View File

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

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

Loading…
Cancel
Save