formula-apt-cacher/README.rst

45 lines
1.0 KiB
ReStructuredText
Raw Permalink Normal View History

apt-cacher
==========
2014-01-05 17:02:07 -05:00
2014-01-05 18:15:46 -05:00
Formulas to install the apt-cacher package or to configure clients to
use a apt-cacher proxy.
2014-07-06 19:27:51 -04:00
It also supports apt-cacher-ng, the successor of apt-cacher:
https://www.unix-ag.uni-kl.de/~bloch/acng
2014-01-05 17:02:07 -05:00
.. note::
See the full `Salt Formulas installation and usage instructions
2014-07-28 19:11:12 -04:00
<http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.
2014-01-05 17:02:07 -05:00
Requirements
------------
2014-07-06 19:27:51 -04:00
apt-cacher requires apache formula (apt-cacher-ng does not, as it runs in standalone mode)
2014-01-05 18:14:39 -05:00
`apache-formula <https://github.com/saltstack-formulas/apache-formula>`_
2014-01-05 17:02:07 -05:00
Available states
================
.. contents::
:local:
2014-01-05 17:02:07 -05:00
``apt-cacher.server``
--------------------
2014-07-30 13:39:17 -04:00
Installs the apt-cacher package
2014-01-05 17:03:02 -05:00
2014-01-05 17:02:07 -05:00
``apt-cacher.client``
---------------------
2014-07-30 13:39:17 -04:00
Sets up the system to use the apt-cacher server as the caching proxy
2014-07-06 19:27:51 -04:00
``apt-cacher.ng.server``
-------
2014-07-30 13:39:17 -04:00
Install and configure apt-cacher-ng
2014-07-06 19:27:51 -04:00
``apt-cacher.ng.client``
------------
2014-07-30 13:39:17 -04:00
Sets up the system to use the apt-cacher-ng server as the caching proxy