summaryrefslogtreecommitdiffstats
path: root/doc/client/tools/apt.txt
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-03-13 21:18:53 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-03-13 15:21:49 -0600
commit64659200c00ab083f0cbbe92ea7fb8d212772da7 (patch)
tree0103f80316e30e551602807616e7ce7c5b2eed69 /doc/client/tools/apt.txt
parentfe026abed813e810c3980cc90904287fb5d48620 (diff)
downloadbcfg2-64659200c00ab083f0cbbe92ea7fb8d212772da7.tar.gz
bcfg2-64659200c00ab083f0cbbe92ea7fb8d212772da7.tar.bz2
bcfg2-64659200c00ab083f0cbbe92ea7fb8d212772da7.zip
APT: Add support for using non-standard tool paths (Resolves Ticket #773
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5766 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/client/tools/apt.txt')
-rw-r--r--doc/client/tools/apt.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/client/tools/apt.txt b/doc/client/tools/apt.txt
new file mode 100644
index 000000000..dba359e4a
--- /dev/null
+++ b/doc/client/tools/apt.txt
@@ -0,0 +1,16 @@
+.. -*- mode: rst -*-
+
+.. _client-tools-apt:
+
+=====================
+Bcfg2 APT Client Tool
+=====================
+
+The APT tool allows you to configure custom options in ``bcfg2.conf``
+for systems where the tools reside in non-standard locations. The
+available options (and their corresponding default values) are::
+
+ [APT]
+ install_path = '/usr'
+ var_path = '/var'
+ etc_path = '/etc'