From c6f45cb988a24ad73b39dd20cc8e4db0307e40ac Mon Sep 17 00:00:00 2001 From: Nodar Nutsubidze Date: Sun, 5 Jan 2014 17:09:09 -0600 Subject: [PATCH 1/3] Updated the README to follow a better layout --- README.rst | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 669bd56..5ece002 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,10 @@ -apt-cacher-formula -================== +apt-cacher +========== -Install the apt-cacher. This allows you to install either the server or the -client version. +Formulas to install the apt-cacher package. .. note:: + See the full `Salt Formulas installation and usage instructions `_. @@ -14,10 +14,17 @@ Requirements apache-formula Available states ----------------- +================ + +.. contents:: + :local: ``apt-cacher.server`` - Installs the server +-------------------- + + Installs the apt-cacher package ``apt-cacher.client`` - Sets up the device to use the apt-cacher for apt-get packages +--------------------- + + Sets up the system to use the apt-cacher server as the caching proxy From da4b2ee89ce0731e4673e11e788595959cab32f2 Mon Sep 17 00:00:00 2001 From: Nodar Nutsubidze Date: Sun, 5 Jan 2014 17:14:39 -0600 Subject: [PATCH 2/3] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5ece002..9fcfaf4 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ Formulas to install the apt-cacher package. Requirements ------------ -apache-formula +`apache-formula `_ Available states ================ From 9631e20fce0a20a85ba3c41883623ad7093cddf2 Mon Sep 17 00:00:00 2001 From: Nodar Nutsubidze Date: Sun, 5 Jan 2014 17:15:46 -0600 Subject: [PATCH 3/3] Update README.rst --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9fcfaf4..d198d7f 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,8 @@ apt-cacher ========== -Formulas to install the apt-cacher package. +Formulas to install the apt-cacher package or to configure clients to +use a apt-cacher proxy. .. note::