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 681B

11 years ago
123456789101112131415161718192021222324252627282930313233343536373839
  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.transports.debtorrent``
  21. -------------------------------
  22. Installs ``apt-transport-debtorrent``.
  23. ``apt.transports.https``
  24. --------------------------
  25. Installs ``apt-transport-https``.