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.
Adam Bolte 9243cf8a38 Minor formatting fix in ng server state sls 8 years ago
apt-cacher Minor formatting fix in ng server state sls 8 years ago
LICENSE initial commit 11 years ago
README.rst Update README.rst 10 years ago
pillar.example Allow the user to add extra server config 9 years ago

README.rst

apt-cacher
==========

Formulas to install the apt-cacher package or to configure clients to
use a apt-cacher proxy.
It also supports apt-cacher-ng, the successor of apt-cacher:
https://www.unix-ag.uni-kl.de/~bloch/acng

.. note::

See the full `Salt Formulas installation and usage instructions
<http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.


Requirements
------------
apt-cacher requires apache formula (apt-cacher-ng does not, as it runs in standalone mode)
`apache-formula <https://github.com/saltstack-formulas/apache-formula>`_

Available states
================

.. contents::
:local:

``apt-cacher.server``
--------------------

Installs the apt-cacher package

``apt-cacher.client``
---------------------

Sets up the system to use the apt-cacher server as the caching proxy

``apt-cacher.ng.server``
-------

Install and configure apt-cacher-ng

``apt-cacher.ng.client``
------------

Sets up the system to use the apt-cacher-ng server as the caching proxy