summaryrefslogtreecommitdiffstats
path: root/doc/appendix
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2011-09-15 21:02:58 +0300
committeranatoly techtonik <techtonik@gmail.com>2011-09-15 21:02:58 +0300
commit5723d5b3d8c939eb7f50071b7b23b1fe547fc78e (patch)
tree78d178727738245d0d2fceb07dac7fc58e0b1eb6 /doc/appendix
parent1e822b85fbd6930c57345a3d9b10ca7655876bb2 (diff)
downloadbcfg2-5723d5b3d8c939eb7f50071b7b23b1fe547fc78e.tar.gz
bcfg2-5723d5b3d8c939eb7f50071b7b23b1fe547fc78e.tar.bz2
bcfg2-5723d5b3d8c939eb7f50071b7b23b1fe547fc78e.zip
Clarify that /ect/bcfg2.conf is not sent to clients automatically when bootstrapping
Diffstat (limited to 'doc/appendix')
-rw-r--r--doc/appendix/guides/bootstrap.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/appendix/guides/bootstrap.txt b/doc/appendix/guides/bootstrap.txt
index b9b5f318e..a5133c4c1 100644
--- a/doc/appendix/guides/bootstrap.txt
+++ b/doc/appendix/guides/bootstrap.txt
@@ -34,6 +34,6 @@ you to specify the options that are normally found in the client's
bcfg2 -x password -p basic -S https://bcfg2-server:6789
The above command will add the client to ``Metadata/clients.xml`` with the
-profile *basic*. Generally, the configuration given to the client by the
-bcfg2 server in this initial run will include the ``/etc/bcfg2.conf`` file
-so that the client won't need to specify these options on future runs.
+profile *basic*. Generally, you should include ``/etc/bcfg2.conf`` in the
+configuration given to the client by the bcfg2 server in this initial run
+to avoid specifying these options on future runs.