summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * Added FileProbes plugin.Chris St. Pierre2011-06-141-0/+57
| |
* | updated docsChris St. Pierre2011-06-151-3/+14
| |
* | make Bcfg2 automatically handle JSON, XML, and YAML output from probesChris St. Pierre2011-06-151-6/+37
| |
* | bcfg2-reports: Show total numbers of entriesHolger Weiß2011-06-081-2/+5
| | | | | | | | | | | | Add a "-t NAME" option which reports the total (and good) number of managed entries on the host NAME. Also, allow for specifying "total", "good", and "bad" fields via --fields and --sort.
* | bcfg2-reports: Show modified entriesHolger Weiß2011-06-071-23/+29
| | | | | | | | | | bcfg2-reports now shows modified entries if it's called with --modifiedentry, -m, or -s.
* | Validate: Create and use new error type for missing schemasSol Jerome2011-06-061-46/+64
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Base: Deprecate Base in favor of BundlerSol Jerome2011-06-031-0/+7
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Cfg: Fix traceback for non-ascii filesSol Jerome2011-05-311-0/+6
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | POSIX: Clarify normalization error (Reported by Tim Goodaire)Sol Jerome2011-05-251-19/+35
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Fix inline literal referenceSol Jerome2011-05-251-4/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | allow setting whitelist/blacklist mode in bcfg2.confChris St. Pierre2011-05-241-11/+26
| |
* | doc: Fix Cfg exampleSol Jerome2011-05-171-3/+3
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Fix formatting errorSol Jerome2011-05-171-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | added documentation about manually troubleshooting TGenshi and BundlerChris St. Pierre2011-05-172-4/+74
| | | | | | | | templates
* | doc: Better document PostInstall entriesSol Jerome2011-05-161-1/+17
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Fix groups in centos guide (#1006)Sol Jerome2011-05-141-5/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Added FileProbes plugin.Chris St. Pierre2011-05-111-0/+57
|/
* added documentation about NagiosGen config backwards-compatChris St. Pierre2011-05-061-1/+4
|
* Rewrote NagiosGen config to use NagiosGen/config.xml, whichChris St. Pierre2011-05-061-0/+31
| | | | | | | | | | | | understands <Group> and <Client> tags, rather than the client-specific Properties/NagiosGen.xml and the group-specific but limited NagiosGen/parents.xml. Includes schema and bcfg2-lint updates necessary. Wrote conversion tool, nagiosgen-convert.py, which converts everything but the <default/> tag in the old NagiosGen.xml, which cannot be reasonably converted to StructFile format. Also removed a _lot_ of string modification in NagiosGen.py, which should make it a fair bit faster.
* doc: Add mention of python-ssl alternative to m2cryptoSol Jerome2011-05-051-17/+20
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Core: Raise error on failed lxml import (Reported by Raul Cuza on IRC)Sol Jerome2011-05-053-2/+8
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Client/Tools: Get rid of popen2 (in favor of subprocess)Sol Jerome2011-04-281-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* SvcTool: adding interactive_only modeTim Laszlo2011-04-251-0/+5
|
* doc: Update style guide with Section header informationSol Jerome2011-04-231-0/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add documentation for bootstrapping new clientsSol Jerome2011-04-236-55/+66
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Clarify troubleshooting techniquesSol Jerome2011-04-231-1/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add security and updates repositories (Reported by Kevin Bowling on IRC)Sol Jerome2011-04-211-0/+20
| | | | | | | These are enabled by default on Ubuntu installs, so it makes sense to add them here in case the dependency paths are different. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add documentation for the Systemd client toolSol Jerome2011-04-211-9/+28
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Replace reload attribute with target attributeSol Jerome2011-04-211-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Lots of cleanup for bcfg2-repo-validate rewrite:Chris St. Pierre2011-04-2110-19/+17
| | | | | | | | | * Changed all references to bcfg2-repo-validate in the documentation to bcfg2-lint * Wrote man pages for bcfg2-lint and bcfg2-lint.conf * Cleaned up straggling references to bcfg2-repo-validate in Makefiles, spec files, and the POSIX tool * A few minor bug fixes
* doc: Document Version tag usageSol Jerome2011-04-201-0/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Make magic groups documentation clearerSol Jerome2011-04-204-17/+33
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Highlight the position for the Recommended tagSol Jerome2011-04-201-6/+7
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Correct properties usage (#1005)Sol Jerome2011-04-204-19/+29
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix SSLCA documentationSol Jerome2011-04-151-26/+26
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Remove unnecessary step for writing tool driversSol Jerome2011-04-151-1/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'master' of https://github.com/solj/bcfg2Chris St. Pierre2011-04-145-9/+37
|\
| * doc: Fix some documentation issues (#980)Sol Jerome2011-04-145-9/+37
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | added Client tag to StructFile; made PropertyFile inherit from StructFileChris St. Pierre2011-04-142-21/+40
| |
* | A property file can now have a matching .xsd file (e.g.,Chris St. Pierre2011-04-131-1/+10
|/ | | | | | | | "Properties/foo.xml" and "Properties/foo.xsd") which specifies a schema for that property file. bcfg2-repo-validate will check the property file against its schema. Updated bcfg2-repo-validate man page with several new options.
* VCS: Initial commit (#754)Sol Jerome2011-04-132-0/+19
| | | | | | | | | Preliminary support for version control checkouts onto the client. This client tool is still fairly picky and has some known problems (incorrect git index file, for one). All the abstraction libraries left quite a bit to be desired. Also, none were packaged in popular distributions. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Tools: Skip Installation for mode='manual' services (#965)Sol Jerome2011-04-121-0/+1
| | | | | | | | | This allows for verification of specified services, but skips installation completely when mode is set to manual. This means that incorrect services will still show up in reports, but they won't be modified in an automated way. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Typo fix from euthSol Jerome2011-03-281-3/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* add ability to ignore a debian ServiceJoe Digilio2011-03-251-28/+37
|
* Updates to TCheetah documentationJoe Digilio2011-03-241-0/+10
| | | | (cherry picked from commit c62b029371dbf5e8b5250876d0c5198ab7acc2a8)
* doc: Add note about template extension locationsSol Jerome2011-03-172-8/+22
| | | | | | | | The code for supporting genshi templates alongside group and host-specific files requires the user to append the extension to the end (differently than how it is done in the TGenshi plugin). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Cfg: Fix unicode traceback (Resolves #993)Sol Jerome2011-03-071-0/+8
| | | | | | | | If the Cfg plugin handled a file containing a character which isn't contained in the encoding specified, it resulted in a traceback. This now fails gracefully and suggests use of an alternate encoding. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix broken link to NagiosGenSol Jerome2011-03-021-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Document <Client> info capabilities (reported by mkd on irc)Sol Jerome2011-03-011-4/+8
| | | | | | | It is possible to use <Client> tags in info.xml files (in addition to <Group> tags). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix broken referencesSol Jerome2011-02-269-14/+14
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>