summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: Remove redundancySol Jerome2013-03-191-6/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Reporting: Fix sections for reports settingsSol Jerome2013-03-182-7/+19
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed doc build on py2.4Chris St. Pierre2013-03-181-1/+6
|
* man: added -r UsersChris St. Pierre2013-03-151-3/+6
|
* Add Yum groups to the Packages internal dependency resolver.Sol Jerome2013-03-151-4/+3
|\
| * Packages: Adding Yum groups to Bcfg2's internal dependency resolverJason Kincl2013-02-221-4/+3
| |
* | doc: Add reference to Packages.Refresh commandSol Jerome2013-03-071-1/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Fix typoSol Jerome2013-02-251-3/+3
|/ | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed unit tests using long ints for py3kChris St. Pierre2013-02-201-0/+2
|
* doc: Fix typo (#1144)Alexander Y Tiurin2013-02-181-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* documented xmlschema sphinx extension options/flagsChris St. Pierre2013-02-051-0/+26
|
* changed to stock BSD 2-clause licenseChris St. Pierre2013-02-042-79/+0
|
* docs: document abstract Package tagChris St. Pierre2013-02-011-4/+14
|
* docs: formatting fixes, updated reserved encryption optionsChris St. Pierre2013-01-241-4/+3
|
* doc: Fix formattingSol Jerome2013-01-191-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* docs: added docs for POSIXUsers uid/gid rangesChris St. Pierre2013-01-181-1/+46
|
* Made a few encryption things simpler:Chris St. Pierre2013-01-173-6/+25
| | | | | | * Only one strict/lax setting, in [encryption], rather than separate settings in [properties] and [sshkeys] * No longer necessary to enable encryption on each Properties file
* docs: clarified how authorized_keys is generatedChris St. Pierre2013-01-161-0/+14
|
* removed Duplicates plugin from bcfg2-lint docsChris St. Pierre2013-01-141-23/+17
|
* doc: clarified ssh key configurationChris St. Pierre2013-01-111-1/+2
|
* doc: Fallback to old behavior for intersphinxv1.3.0rc1Sol Jerome2013-01-101-2/+3
| | | | | | | If the object inventories don't exist on disk, fallback to the previous method of attempting to download them from the specified URL. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: xmlschema extension fixesChris St. Pierre2013-01-101-19/+27
| | | | | | * Use xpath() instead of find()/findall(), which do not support namespace mappings in older versions of lxml. * Properly initialize entities dict
* doc: Use local object inventory files for sphinxSol Jerome2013-01-102-5/+733
| | | | | | | | Use the local object inventory files to prevent sphinx-build from downloading them during build. This should allow the packages to be built in network-disabled build environments. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Cfg: Added feature to provide generation of SSH keys, authorized_keys fileChris St. Pierre2013-01-033-14/+254
|
* doc: added docs about setting debug levelChris St. Pierre2012-12-111-0/+25
|
* doc: removed unused "obsolete" treeChris St. Pierre2012-12-112-15/+1
|
* generate XML schema docs from XML schemas themselvesChris St. Pierre2012-12-1015-1026/+1212
|
* Fixing Ohai documentation URL.s19n2012-12-101-2/+2
|
* doc: Add version notes for new featuresSol Jerome2012-12-052-0/+26
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: fixed typos in Svn docsChris St. Pierre2012-12-051-4/+3
|
* doc: Fix typoSol Jerome2012-12-051-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: wrote devel docs for client tool base objectsChris St. Pierre2012-12-041-56/+52
|
* Svn: cleaned up conflict resolution stuffChris St. Pierre2012-12-041-21/+16
|
* Merge remote branch 'upstream/master' into jasons-hackingJason Kincl2012-12-047-125/+256
|\
| * fixed conversion to octal in py3kChris St. Pierre2012-12-041-0/+6
| |
| * doc: Fix indentation errorsSol Jerome2012-12-031-5/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Fix broken linkSol Jerome2012-12-031-2/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * SSLCA improvements:Chris St. Pierre2012-12-031-7/+56
| | | | | | | | | | | | Added support for Group/Client tags in cert.xml/key.xml Added support for explicit subjectAltNames in cert.xml Reorganized code to make generally more like other GroupSpool plugins
| * added builtin support for creating users and groupsChris St. Pierre2012-12-032-33/+150
| |
| * doc: fixed in-depth genshi debugging instructionsChris St. Pierre2012-12-031-15/+15
| |
| * SELinux: Split up selinux entriesSol Jerome2012-12-032-68/+27
| | | | | | | | | | | | | | | | | | | | | | This commit splits up the all-in-one SELinux tag into various entries (formerly done using a type attribute). This helps prevent ambiguation when entries of different SELinux types have the same name. Note that there is still some ambiguation for File Context entries since there can be duplicates involved. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Fix broken target nameSol Jerome2012-11-291-2/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Added documentationJason Kincl2012-12-031-1/+9
| | | | | | | | * added doc link for where information about svn resolution actions can be found
* | fixing logic so try..except works correctly, bugsJason Kincl2012-11-281-2/+0
| |
* | adding doc, changing variable namesJason Kincl2012-11-271-0/+27
|/
* doc: Add links to source codeSol Jerome2012-11-271-0/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Document metadata caching optionsSol Jerome2012-11-262-1/+24
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* documented "recursive" attr of permissions Path entriesChris St. Pierre2012-11-211-12/+14
|
* Templating updates:Chris St. Pierre2012-11-192-71/+69
| | | | | | * Added "repo" variable to all template formats * Made variables available in Genshi and Cheetah template more similar * Improved docs
* Git: Added ability to update to a specific tree-ishChris St. Pierre2012-11-161-3/+32
|