diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2012-05-24 14:29:41 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2012-05-24 14:29:41 -0500 |
commit | 19582d1e8a2bfd3131988b309b330ad01b2c803b (patch) | |
tree | 51515e5c4c595fb72617e25e632bd88ae0874bb2 | |
parent | 9d9dd8f7f83fa6aa43faf9f2bda15a24aa0eab5f (diff) | |
download | bcfg2-19582d1e8a2bfd3131988b309b330ad01b2c803b.tar.gz bcfg2-19582d1e8a2bfd3131988b309b330ad01b2c803b.tar.bz2 bcfg2-19582d1e8a2bfd3131988b309b330ad01b2c803b.zip |
doc: Fix client tool driver name (reported by m4z on IRC)
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r-- | doc/development/client-driver.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/client-driver.txt b/doc/development/client-driver.txt index 32bb0aff4..c42d2b964 100644 --- a/doc/development/client-driver.txt +++ b/doc/development/client-driver.txt @@ -20,7 +20,7 @@ an existing driver, and the process that was used to create it. * Otherwise, subclass ``Bcfg2.Client.Tools.Tool`` (from here referenced as branch [T]) -#. Set ``__name__`` to "RPM" +#. Set ``name`` to "RPM" #. Add any required executable programs to ``__execs__`` #. Set ``__handles__`` to a list of (**entry.tag**, **entry.get('type')**) tuples. This determines which entries the Tool module can be used |