ENH: Add apt.ppa for pkg:python-software-properties (add-apt-repository)tags/v0.7.0
@@ -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``. |
@@ -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 |