diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2011-04-20 20:39:05 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-04-20 20:39:05 -0500 |
commit | 57f6972c4ff063a0fdeff832772af8c18f2ea044 (patch) | |
tree | 2da1e26472bcc5ed83b4fea70dae540b70da0b36 /doc | |
parent | 2f43b62afa1eee5bd0868bec709ffddc92e22c8b (diff) | |
download | bcfg2-57f6972c4ff063a0fdeff832772af8c18f2ea044.tar.gz bcfg2-57f6972c4ff063a0fdeff832772af8c18f2ea044.tar.bz2 bcfg2-57f6972c4ff063a0fdeff832772af8c18f2ea044.zip |
doc: Document Version tag usage
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/server/plugins/generators/packages.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/server/plugins/generators/packages.txt b/doc/server/plugins/generators/packages.txt index b65efcff5..f001f157e 100644 --- a/doc/server/plugins/generators/packages.txt +++ b/doc/server/plugins/generators/packages.txt @@ -187,6 +187,8 @@ Yum sources can be similarly specified: </YUMSource> </Sources> +For sources with a **URL** tag, the **Version** tag is also necessary. + .. note:: There is also a RawURL syntax for specifying APT or YUM sources that don't follow the conventional layout: |