summaryrefslogtreecommitdiffstats
path: root/doc/appendix
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-01-27 08:33:54 -0600
committerSol Jerome <sol.jerome@gmail.com>2011-01-27 08:33:54 -0600
commita89f09cc1f12f5d3c069266cc68f3410257619c6 (patch)
tree43cb9fd38417f516fcbce36a2a646dad7d09ecdb /doc/appendix
parent51a23d7cae2aa62adfe5430f29fd243b2628e3a4 (diff)
downloadbcfg2-a89f09cc1f12f5d3c069266cc68f3410257619c6.tar.gz
bcfg2-a89f09cc1f12f5d3c069266cc68f3410257619c6.tar.bz2
bcfg2-a89f09cc1f12f5d3c069266cc68f3410257619c6.zip
doc: Clarify the goals of the quickstart
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/appendix')
-rw-r--r--doc/appendix/guides/centos.txt10
-rw-r--r--doc/appendix/guides/ubuntu.txt10
2 files changed, 18 insertions, 2 deletions
diff --git a/doc/appendix/guides/centos.txt b/doc/appendix/guides/centos.txt
index b0321eebc..d89d532ba 100644
--- a/doc/appendix/guides/centos.txt
+++ b/doc/appendix/guides/centos.txt
@@ -540,7 +540,7 @@ entries to our bundle.
<Service type='chkconfig' status='on' name='syslog'/>
</Rules>
-Now we run the client and see there are no more unmanaged entries! ::
+Now we run the client and see there are no more unmanaged entries!::
[root@centos ~]# bcfg2 -veqn
Running probe groups
@@ -566,6 +566,14 @@ Now we run the client and see there are no more unmanaged entries! ::
Total managed entries: 205
Unmanaged entries: 0
+.. warning::
+
+ This basic bundle is created mainly for the purposes of getting you
+ to a completely managed client. It is recommended that you create
+ bundles for appropriate services due to the way bundle updates are
+ managed. Please see :ref:`unsorted-writing_specification` for more
+ details.
+
Dynamic (web) reports
=====================
diff --git a/doc/appendix/guides/ubuntu.txt b/doc/appendix/guides/ubuntu.txt
index 8ffda7166..e22707f2c 100644
--- a/doc/appendix/guides/ubuntu.txt
+++ b/doc/appendix/guides/ubuntu.txt
@@ -473,6 +473,14 @@ Now we run the client and see there are no more unmanaged entries! ::
All entries correct.
+.. warning::
+
+ This basic bundle is created mainly for the purposes of getting you
+ to a completely managed client. It is recommended that you create
+ bundles for appropriate services due to the way bundle updates are
+ managed. Please see :ref:`unsorted-writing_specification` for more
+ details.
+
Dynamic (web) reports
=====================
@@ -492,4 +500,4 @@ Some Upstart services require additional parameters, like network-interface and
.. code-block:: xml
<Service name="network-interface" status="on" type="upstart" parameters="INTERFACE=eth0"/>
- <Service name="bridge-network-interface" status="on" type="upstart" parameters="INTERFACE=br0"/> \ No newline at end of file
+ <Service name="bridge-network-interface" status="on" type="upstart" parameters="INTERFACE=br0"/>