Manage extra apt repositories
This module manages the presence of extra apt repositories.
(apt-repo command opts)| Option | Description |
|---|---|
:reporequired truetype string | The repository line as it appears in an apt source file. A ppa description string. |
:filename | The base filename to use when storing the config. Only necessary when When |
(apt-repo :present {:repo "deb http://dl.google.com/linux/chrome/deb/ stable main"
:filename "google-chrome"})(apt-repo :present {:repo "ppa:ondrej/php"})(apt-repo :absent {:repo "ppa:ondrej/php"})