Saltstack Official Apt Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.rst 807B

11 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. apt
  2. ===
  3. Formulas to update, upgrade, and dist-upgrade within apt.
  4. .. note::
  5. See the full `Salt Formulas installation and usage instructions
  6. <http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.
  7. Available states
  8. ================
  9. .. contents::
  10. :local:
  11. ``apt.dist-upgrade``
  12. --------------------
  13. Runs ``apt-get dist-upgrade``.
  14. ``apt.update``
  15. --------------
  16. Runs ``apt-get update``.
  17. ``apt.upgrade``
  18. ---------------
  19. Runs ``apt-get upgrade``.
  20. ``apt.ppa``
  21. -------------
  22. Installs ``python-software-properties``
  23. (``$ /usr/bin/apt-add-repository ppa:user/repository``).
  24. ``apt.transports.debtorrent``
  25. -------------------------------
  26. Installs ``apt-transport-debtorrent``.
  27. ``apt.transports.https``
  28. --------------------------
  29. Installs ``apt-transport-https``.