Saltstack Official Apt-Cacher Formula
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

11 роки тому
11 роки тому
10 роки тому
11 роки тому
11 роки тому
10 роки тому
11 роки тому
11 роки тому
11 роки тому
10 роки тому
11 роки тому
11 роки тому
10 роки тому
10 роки тому
10 роки тому
10 роки тому
10 роки тому
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