Formulas to update, upgrade, and dist-upgrade within apt.
Note
See the full Salt Formulas installation and usage instructions.
Runs apt-get dist-upgrade
.
Runs apt-get update
.
Runs apt-get upgrade
.
Allows you to configure and manage repositories from pillar. Check pillar.example
to see possible values. If used and no repositories are provided, sane default
values from map.jinja
are used.
Check https://wiki.debian.org/SourcesList for an explanation about the resulting files structure.
Allows you to configure and manage apt's preferences from pillar. Check
pillar.example
to see possible values. If used and no repositories are
provided, sane default values from map.jinja
are used.
Check https://wiki.debian.org/AptPreferences?action=show&redirect=preferences
and man 5 apt_preferences
for an explanation about the resulting files structure.
Installs python-software-properties
($ /usr/bin/apt-add-repository ppa:user/repository
).
Installs apt-transport-debtorrent
.
Installs apt-transport-https
.