summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-25 11:42:23 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-25 11:42:23 -0400
commit3dc289678812238c2fcc54098b1d8de9bf64f900 (patch)
treec8bdda74a6588df76182b393fa6bcf20c214ab84 /src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py
parentde3df96fe533b3a01de4ca85658fff5bc2f8b7b0 (diff)
downloadbcfg2-3dc289678812238c2fcc54098b1d8de9bf64f900.tar.gz
bcfg2-3dc289678812238c2fcc54098b1d8de9bf64f900.tar.bz2
bcfg2-3dc289678812238c2fcc54098b1d8de9bf64f900.zip
Packages: add and expose get_config() function to get configs for other hosts
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py b/src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py
index 2735e389a..739320cb0 100644
--- a/src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py
+++ b/src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py
@@ -129,7 +129,7 @@ class PackagesSources(Bcfg2.Server.Plugin.StructFile,
""" Create a
:class:`Bcfg2.Server.Plugins.Packages.Source.Source` subclass
object from XML representation of a source in ``sources.xml``.
- ``source_from-xml`` determines the appropriate subclass of
+ ``source_from_xml`` determines the appropriate subclass of
``Source`` to instantiate according to the ``type`` attribute
of the ``Source`` tag.