From a63f3c46d17d8d300cebde9e73362ba23009450c Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 20 Sep 2012 11:00:54 -0400 Subject: documented packages backends --- doc/conf.py | 1 - doc/development/packages.txt | 11 +++++++++++ doc/server/plugins/generators/packages.txt | 2 -- 3 files changed, 11 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 31a7960fe..7fc10ad61 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -19,7 +19,6 @@ import time # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. -#sys.path.append(os.path.abspath('../src/lib')) sys.path.insert(0, os.path.abspath('../src/lib')) # -- General configuration ----------------------------------------------------- diff --git a/doc/development/packages.txt b/doc/development/packages.txt index c310805a7..d6147e844 100644 --- a/doc/development/packages.txt +++ b/doc/development/packages.txt @@ -46,6 +46,17 @@ Packages Source Description Existing Packages Backends ========================== +Yum +--- + .. automodule:: Bcfg2.Server.Plugins.Packages.Yum + +APT +--- + .. automodule:: Bcfg2.Server.Plugins.Packages.Apt + +Pacman +------ + .. automodule:: Bcfg2.Server.Plugins.Packages.Pac diff --git a/doc/server/plugins/generators/packages.txt b/doc/server/plugins/generators/packages.txt index d2c425f1d..e97742ca7 100644 --- a/doc/server/plugins/generators/packages.txt +++ b/doc/server/plugins/generators/packages.txt @@ -691,8 +691,6 @@ It understands the following directives: +-------------+------------------------------------------------------+----------+-----------------------------+ | cache | Path where Packages will store its cache | String | /Packages/cache | +-------------+------------------------------------------------------+----------+-----------------------------+ -| keycache | Path where Packages will cache downloaded GPG keys | String | /Packages/keys | -+-------------+------------------------------------------------------+----------+-----------------------------+ [packages:yum] section -- cgit v1.2.3-1-g7c22