summaryrefslogtreecommitdiffstats
path: root/doc/client
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-05-07 13:48:16 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-05-07 13:48:16 -0500
commit16b7ac3cb7f9a49e6b7985059c3d08e984cf468c (patch)
tree248cb323b81f1713fc803f06dfff5ca43af09d6b /doc/client
parent999ec08879afb45f5046b2025820711b86bc52b4 (diff)
downloadbcfg2-16b7ac3cb7f9a49e6b7985059c3d08e984cf468c.tar.gz
bcfg2-16b7ac3cb7f9a49e6b7985059c3d08e984cf468c.tar.bz2
bcfg2-16b7ac3cb7f9a49e6b7985059c3d08e984cf468c.zip
Options: Change default paranoid setting to 'true'
This makes setting up paranoid mode easier while silencing bcfg2-lint errors. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/client')
-rw-r--r--doc/client/modes.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/client/modes.txt b/doc/client/modes.txt
index 639387859..4cdc54960 100644
--- a/doc/client/modes.txt
+++ b/doc/client/modes.txt
@@ -33,7 +33,7 @@ How do I use it?
----------------
#. In the Bcfg2 repository, put `paranoid='true'` in the ``info.xml``
- file.
+ file (this is the default setting).
#. On the client, create ``/var/cache/bcfg2`` (or specify an alternate
path in the [paranoid] section of ``/etc/bcfg2.conf``).
#. On the client, run `bcfg2` with the `-P` option (alternatively, you
@@ -71,9 +71,7 @@ accomplish this by adding a global metadata override in your
[mdata]
paranoid=true
-This will override the default value of "paranoid=false" and change it to
-"true" which will cause every file you add or update in your Bcfg2 repo
-to backup on the client as specified in your client config.
+.. note:: This is the default setting.
Overall client service mode
===========================