Skip to content
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.

Latest commit

 

History

History
65 lines (43 loc) · 1.52 KB

README.rst

File metadata and controls

65 lines (43 loc) · 1.52 KB

apt

Formulas to update, upgrade, and dist-upgrade within apt.

Available states

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.