Go to file
Jimmy Tang 3f605b9e20 Fix typo in template 01proxy
The key is always null and thus localhost is always used no matter
way. This correction lets users specify the apt-cacher host.
2014-12-22 11:26:48 +00:00
apt-cacher Fix typo in template 01proxy 2014-12-22 11:26:48 +00:00
LICENSE initial commit 2014-01-05 16:02:07 -06:00
README.rst Update README.rst 2014-07-30 13:39:17 -04:00
pillar.example Merge pull request #5 from Kenshir0/mkdirs 2014-11-28 00:08:03 -05:00

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