diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2011-01-22 19:26:19 +0100 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-01-22 13:07:16 -0600 |
commit | 25cce7ff6b26da73d76b40f756c0fabc5708511b (patch) | |
tree | 6a7764a685d75eeffc8006664475c04306f156df /doc | |
parent | 99a7a4b4a05f1b1a9bdbbfa2904de98f8c327972 (diff) | |
download | bcfg2-25cce7ff6b26da73d76b40f756c0fabc5708511b.tar.gz bcfg2-25cce7ff6b26da73d76b40f756c0fabc5708511b.tar.bz2 bcfg2-25cce7ff6b26da73d76b40f756c0fabc5708511b.zip |
Changed header format
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 |