summaryrefslogtreecommitdiffstats
path: root/doc/server/plugins/generators/hostbase.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/server/plugins/generators/hostbase.txt')
-rw-r--r--doc/server/plugins/generators/hostbase.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/server/plugins/generators/hostbase.txt b/doc/server/plugins/generators/hostbase.txt
index bf28e401d..c6007f70e 100644
--- a/doc/server/plugins/generators/hostbase.txt
+++ b/doc/server/plugins/generators/hostbase.txt
@@ -138,11 +138,11 @@ Enable the Hostbase plugin
--------------------------
Now that the database is accessible and there is some data in it, you can
-enable the Hostbase plugin on your bcfg2 server to start generating some
+enable the Hostbase plugin on your Bcfg2 server to start generating some
configuration files. All that needs to be done is to add ``Hostbase``
to the end of the list of generators in your bcfg2.conf file. To see
-what's being generated by Hostbase, fire up a bcfg2 development server:
-``bcfg2-info``. For more information on how to use the bcfg2 development
+what's being generated by Hostbase, fire up a Bcfg2 development server:
+``bcfg2-info``. For more information on how to use the Bcfg2 development
server, type help at the prompt. For our purposes, type ``debug``.
This will bring you to an interactive python prompt where you can access
bcfg's core data.
@@ -190,7 +190,7 @@ in the database. This can be done through and XMLRPC function
available from the Bcfg2 server. From a client that is configured
to receive one or more hostbase bundles, you'll need to first
edit your ``python/site-packages/Bcfg2/Client/Proxy.py`` file.
-Add ``'Hostbase.rebuildState'`` to the list of methods in the bcfg2
+Add ``'Hostbase.rebuildState'`` to the list of methods in the Bcfg2
client proxy object. The modified list is shown below:
.. code-block:: python
@@ -200,9 +200,9 @@ client proxy object. The modified list is shown below:
name = 'bcfg2'
methods = ['AssertProfile', 'GetConfig', 'GetProbes', 'RecvProbeData', 'RecvStats', 'Hostbase.rebuildState']
-Now copy the file ``hostbasepush.py`` from ``bcfg2/tools`` in the bcfg2
+Now copy the file ``hostbasepush.py`` from ``bcfg2/tools`` in the Bcfg2
source to your machine. When this command is run as root, it triggers
-the Hostbase to rebuild it's files, then runs the bcfg2 client on your
+the Hostbase to rebuild it's files, then runs the Bcfg2 client on your
local machine to grab the new configs.
NIS Authentication