Saltstack Official Apt-Cacher 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.0KB

11 anni fa
11 anni fa
11 anni fa
11 anni fa
11 anni fa
11 anni fa
1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. apt-cacher
  2. ==========
  3. Formulas to install the apt-cacher package or to configure clients to
  4. use a apt-cacher proxy.
  5. It also supports apt-cacher-ng, the successor of apt-cacher:
  6. https://www.unix-ag.uni-kl.de/~bloch/acng
  7. .. note::
  8. See the full `Salt Formulas installation and usage instructions
  9. <http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.
  10. Requirements
  11. ------------
  12. apt-cacher requires apache formula (apt-cacher-ng does not, as it runs in standalone mode)
  13. `apache-formula <https://github.com/saltstack-formulas/apache-formula>`_
  14. Available states
  15. ================
  16. .. contents::
  17. :local:
  18. ``apt-cacher.server``
  19. --------------------
  20. Installs the apt-cacher package
  21. ``apt-cacher.client``
  22. ---------------------
  23. Sets up the system to use the apt-cacher server as the caching proxy
  24. ``apt-cacher.ng.server``
  25. -------
  26. Install and configure apt-cacher-ng
  27. ``apt-cacher.ng.client``
  28. ------------
  29. Sets up the system to use the apt-cacher-ng server as the caching proxy