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 1.1KB

11 년 전
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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.repositories``
  21. ---------------
  22. Allows you to configure and manage repositories from pillar. Check ``pillar.example``
  23. to see possible values. If used and no repositories are provided, sane default
  24. values from ``map.jinja`` are used.
  25. Check https://wiki.debian.org/SourcesList for an explanation about the resulting
  26. files structure.
  27. ``apt.ppa``
  28. -------------
  29. Installs ``python-software-properties``
  30. (``$ /usr/bin/apt-add-repository ppa:user/repository``).
  31. ``apt.transports.debtorrent``
  32. -------------------------------
  33. Installs ``apt-transport-debtorrent``.
  34. ``apt.transports.https``
  35. --------------------------
  36. Installs ``apt-transport-https``.