summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2014-11-08 11:10:56 -0600
committerSol Jerome <sol.jerome@gmail.com>2014-11-08 11:10:56 -0600
commit5a9c685c53f13a8bf4dd55cf96ecf11d624d8fcf (patch)
treec3ca7c47ee79361cff53dc3f1198186e2df8d42d /doc
parent6be5de9e8ed7e29d3763b36f870a2f470917f76d (diff)
parentad438f9e17decda2efca0e8974995a6d028f7788 (diff)
downloadbcfg2-5a9c685c53f13a8bf4dd55cf96ecf11d624d8fcf.tar.gz
bcfg2-5a9c685c53f13a8bf4dd55cf96ecf11d624d8fcf.tar.bz2
bcfg2-5a9c685c53f13a8bf4dd55cf96ecf11d624d8fcf.zip
Merge branch 'SYSV-use-simplefile' of https://github.com/fennm/bcfg2 into maint
Diffstat (limited to 'doc')
-rw-r--r--doc/client/tools.txt16
1 files changed, 12 insertions, 4 deletions
diff --git a/doc/client/tools.txt b/doc/client/tools.txt
index ce8732454..170b30b2e 100644
--- a/doc/client/tools.txt
+++ b/doc/client/tools.txt
@@ -158,14 +158,22 @@ Handles `System V Packaging <http://docs.oracle.com/cd/E19683-01/806-7008/index.
.. note::
- If the Packages specified in the PackageList are datastream format packages distributed via HTTP, you must specify a simplename attribute. Such packages will be downloaded and installed from a local path.
+ If the Packages specified in the PackageList are datastream format
+ packages distributed via HTTP, you must specify a simplefile attribute.
+ Such packages will be downloaded and installed from a local path.
- datastream format over HTTP:
+ Note the use of the uri attribute in the datastream format example. If
+ the simplefile attribute exists, the
+ :ref:`Pkgmgr <server-plugins-generators-pkgmgr>` plugin will
+ automatically construct the url attribute by concatenating the uri and
+ simplefile attributes (with an intervening slash).
+
+ Datastream format over HTTP:
.. code-block:: xml
- <PackageList url='http://install/packages' type='sysv' priority='0'>
- <Package name='SCbcfg2' version='1.3.4' simplename='bcfg-1.3.4-1' />
+ <PackageList uri='http://install/packages' type='sysv' priority='0'>
+ <Package name='SCbcfg2' version='1.3.4' simplefile='bcfg-1.3.4-1' />
</PackageList>
File system format over NFS or local path: