summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Probes.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-10 16:36:29 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-11 08:28:43 -0400
commit65c527340628bd24c5b478d15f22d811ddb0d437 (patch)
tree633504e88be53dbc6dba2c8d1b88804297b997f8 /src/lib/Bcfg2/Server/Plugins/Probes.py
parent7dd8927a2fbccef28aacda6112bf00aa4ad42720 (diff)
downloadbcfg2-65c527340628bd24c5b478d15f22d811ddb0d437.tar.gz
bcfg2-65c527340628bd24c5b478d15f22d811ddb0d437.tar.bz2
bcfg2-65c527340628bd24c5b478d15f22d811ddb0d437.zip
Packages: updated pulp repo handling to latest Pulp v1 API
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Probes.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Probes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/Probes.py b/src/lib/Bcfg2/Server/Plugins/Probes.py
index 872cbb34e..7ada08af7 100644
--- a/src/lib/Bcfg2/Server/Plugins/Probes.py
+++ b/src/lib/Bcfg2/Server/Plugins/Probes.py
@@ -140,7 +140,7 @@ class ProbeSet(Bcfg2.Server.Plugin.EntrySet):
""" Get an XML description of all probes for a client suitable
for sending to that client.
- :params metadata: The client metadata to get probes for.
+ :param metadata: The client metadata to get probes for.
:type metadata: Bcfg2.Server.Plugins.Metadata.ClientMetadata
:returns: list of lxml.etree._Element objects, each of which
represents one probe.