diff options
Diffstat (limited to 'doc/client/tools/apt.txt')
-rw-r--r-- | doc/client/tools/apt.txt | 16 |
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' |