summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: made format of man page option lists consistentChris St. Pierre2012-11-0711-353/+225
|
* Updated screenshotsTim Laszlo2012-11-0711-11/+50
|
* doc: fixed typoChris St. Pierre2012-11-071-1/+1
|
* doc: Fix paths in man pagesSol Jerome2012-11-065-18/+18
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add man pages to html documentationSol Jerome2012-11-062-0/+14
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add man pages to Sphinx documentationSol Jerome2012-11-0611-21/+1868
| | | | | | | | | | | | This allows you to generate our manpages directly from the Sphinx documentation. This commit is more or less copied directly from the current man pages. The goal is to integrate these more closely with the current Sphinx documentation via include directives to prevent duplication and keep all documentation consistent. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Properties: allow lax decryption, where failure to decrypt an element is not ↵Chris St. Pierre2012-11-061-0/+17
| | | | fatal and parsing of that file continues
* improved SSLCA cert.xml/key.xml docsChris St. Pierre2012-11-061-2/+68
|
* added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵Chris St. Pierre2012-10-303-65/+39
| | | | directory than the repo root
* removed straggling references to DBStatsChris St. Pierre2012-10-293-17/+2
|
* documented potential thread contention issues when using sqliteChris St. Pierre2012-10-292-9/+15
|
* doc: note deprecation of mode='inherit'Chris St. Pierre2012-10-161-29/+27
| | | | [ci skip]
* fixing the fixChris St. Pierre2012-10-161-1/+1
| | | | [ci skip]
* doc: fixed awful cat | grep | wc abomination in probes exampleChris St. Pierre2012-10-161-5/+9
| | | | [ci skip]
* doc: added note about exit_on_probe_failureChris St. Pierre2012-10-161-0/+9
|
* added unit tests to test for schema validityChris St. Pierre2012-10-161-1/+1
|
* POSIX: Switch from perms to modeSol Jerome2012-10-1512-74/+72
| | | | | | | | Bcfg2 has traditionally used the 'perms' attribute to specify the file mode for POSIX entries. Switching to a 'mode' attribute will allow us to be more consistent with other tools as well as POSIX itself. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added support for JSON and YAML properties filesChris St. Pierre2012-10-151-59/+144
|
* documented Statistics interfaceChris St. Pierre2012-10-151-0/+35
|
* documented core implementationsChris St. Pierre2012-10-152-9/+25
|
* wrote sphinx docs for base server CoreChris St. Pierre2012-10-151-0/+62
|
* doc: merged two documents about development documentationChris St. Pierre2012-10-112-40/+44
|
* More updates to the web reporting documentationTim Laszlo2012-10-114-18/+46
|
* Rewrite reporting documentationTim Laszlo2012-10-111-35/+185
|
* wrote FAM docsChris St. Pierre2012-10-111-0/+72
|
* doc: clarified that Packages only supports the Pulp v1 APIChris St. Pierre2012-10-111-3/+10
|
* fixed unit testing example commands for FedoraChris St. Pierre2012-10-091-2/+5
| | | | [ci skip]
* wrote more detailed unit testing documentationChris St. Pierre2012-10-053-17/+372
|
* added docs for privilege droppingChris St. Pierre2012-10-044-48/+211
|
* updated SELinux policy docsChris St. Pierre2012-10-033-17/+28
|
* wrote docs for selinux policyChris St. Pierre2012-10-032-2/+85
|
* wrote docs for Bcfg2.CompatChris St. Pierre2012-09-263-15/+218
|
* rolled genshi/cheetah docs into cfg, deprecated old tgenshi/tcheetah docsChris St. Pierre2012-09-2634-445/+494
|
* deprecated YUM24 tool, renamed YUMng to YUM, RPMng to RPMChris St. Pierre2012-09-264-899/+592
|
* Packages: deprecated magic groups, disabled by defaultChris St. Pierre2012-09-211-43/+47
|
* Encryption: improved docs, made algorithm configurableChris St. Pierre2012-09-204-97/+225
|
* documented packages backendsChris St. Pierre2012-09-203-3/+11
|
* documented PackagesSourcesChris St. Pierre2012-09-201-1/+0
|
* Source fully documentedChris St. Pierre2012-09-201-3/+7
|
* deduplicated Packages code, more docsChris St. Pierre2012-09-201-0/+2
|
* development docs for Packages: Collection docs writtenChris St. Pierre2012-09-201-49/+45
|
* minor Cfg docs fixesChris St. Pierre2012-09-201-4/+4
|
* better SEModules docsChris St. Pierre2012-09-201-8/+2
|
* Properties: made automatch in bcfg2.conf a default, not absolute; cleaned up ↵Chris St. Pierre2012-09-131-7/+21
| | | | docs
* bcfg2-info: added "automatch" command to perform Properties automatchingChris St. Pierre2012-09-121-0/+11
|
* Rules: Implement status='ignore' for all service typesSol Jerome2012-09-111-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* docs: fixed Cfg development docs on accessing configurationChris St. Pierre2012-09-111-1/+1
|
* Cfg: documented all Cfg modules, added development docsChris St. Pierre2012-09-115-62/+193
|
* doc: Fix build_sphinxSol Jerome2012-09-091-1/+2
| | | | | | | | This allows one to prepend to the sys.path since the machine where you are building the documentation may have the Bcfg2 client (not server) installed. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add sphinx configuration for module importsSol Jerome2012-09-071-1/+1
| | | | | | | | I still need to figure out how to get things to work when certain modules (e.g. lxml) are unavailable, but this should at prevent one from having to fully install the bcfg2 server prior to building the documentation. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>