diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/server/plugins/misc/ohai.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/server/plugins/misc/ohai.txt b/doc/server/plugins/misc/ohai.txt index 6c0722ca4..e9fec7cc0 100644 --- a/doc/server/plugins/misc/ohai.txt +++ b/doc/server/plugins/misc/ohai.txt @@ -12,13 +12,13 @@ The `Ohai`_ plugin is used to detect information about the client operating system. The data is reported back to the server using JSON. Client prerequisites -==================== +-------------------- On the client, you need to install `Ohai`_. See `Ohai-Install`_ for more information. Server prerequisites -==================== +-------------------- If you have python 2.6 or later installed, you can continue on to :ref:`ohai-setup`. Otherwise, you will need to install the @@ -27,7 +27,7 @@ python-simplejson module found packaged in most distributions. .. _ohai-setup: Setup -===== +----- To enable the Ohai plugin, you need to first create an ``Ohai`` directory in your Bcfg2 repository (e.g. ``/var/lib/bcfg2/Ohai``). You then need |