summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRaul Cuza <raulcuza@gmail.com>2010-03-13 16:30:50 -0500
committerRaul Cuza <raulcuza@gmail.com>2010-03-13 16:30:50 -0500
commit8923eaf4461144aa227dd904c0a63a91349a54ec (patch)
tree248cc939a31762666454d7a03397ccd35114ecc8 /doc
parente86946fb6424beebae9d231018f4f540da8ca862 (diff)
parent64659200c00ab083f0cbbe92ea7fb8d212772da7 (diff)
downloadbcfg2-8923eaf4461144aa227dd904c0a63a91349a54ec.tar.gz
bcfg2-8923eaf4461144aa227dd904c0a63a91349a54ec.tar.bz2
bcfg2-8923eaf4461144aa227dd904c0a63a91349a54ec.zip
Merge branch 'master' of github.com:solj/bcfg2
Diffstat (limited to 'doc')
-rw-r--r--doc/client/tools/apt.txt16
-rw-r--r--doc/client/tools/index.txt3
2 files changed, 18 insertions, 1 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'
diff --git a/doc/client/tools/index.txt b/doc/client/tools/index.txt
index 6ae903c50..37fcdae5c 100644
--- a/doc/client/tools/index.txt
+++ b/doc/client/tools/index.txt
@@ -38,7 +38,8 @@ APT
---
Debian Packages. This tool driver is used to handle packages on dpkg
-based systems and employs the "apt" executable.
+based systems and employs the "apt" executable. Extra information can be
+found at :ref:`client-tools-apt`.
Blast
-----