diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-09-15 11:09:00 -0700 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-09-15 11:09:00 -0700 |
commit | 8f5d2ea970b005761fe4c3855f0a050116f57cee (patch) | |
tree | 78d178727738245d0d2fceb07dac7fc58e0b1eb6 /doc/appendix/guides/bootstrap.txt | |
parent | 1e822b85fbd6930c57345a3d9b10ca7655876bb2 (diff) | |
parent | 5723d5b3d8c939eb7f50071b7b23b1fe547fc78e (diff) | |
download | bcfg2-8f5d2ea970b005761fe4c3855f0a050116f57cee.tar.gz bcfg2-8f5d2ea970b005761fe4c3855f0a050116f57cee.tar.bz2 bcfg2-8f5d2ea970b005761fe4c3855f0a050116f57cee.zip |
Merge pull request #91 from techtonik/patch-4
Clarify that /ect/bcfg2.conf is not sent to clients automatically when bo
Diffstat (limited to 'doc/appendix/guides/bootstrap.txt')
-rw-r--r-- | doc/appendix/guides/bootstrap.txt | 6 |
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. |