diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2011-01-27 08:33:54 -0600 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-01-27 08:33:54 -0600 |
commit | a89f09cc1f12f5d3c069266cc68f3410257619c6 (patch) | |
tree | 43cb9fd38417f516fcbce36a2a646dad7d09ecdb /doc/appendix/guides/ubuntu.txt | |
parent | 51a23d7cae2aa62adfe5430f29fd243b2628e3a4 (diff) | |
download | bcfg2-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/guides/ubuntu.txt')
-rw-r--r-- | doc/appendix/guides/ubuntu.txt | 10 |
1 files changed, 9 insertions, 1 deletions
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"/> |