summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: added multiprocessing core docs, including tmpwatch fixChris St. Pierre2014-01-271-0/+43
|
* Augeas improvements:Chris St. Pierre2013-12-111-5/+28
| | | | | | | | | | | | | * Added ability to specify initial content for a file that doesn't exist, to avoid a messy situation where you'd have to probe for file existence and either use a Path type="file" or Path type="augeas" depending, and run Bcfg2 twice. * All commands in an Augeas path are run if *any* of them fail to verify. Previously, only commands that hadn't been run would be installed, but that had issues, particularly with the Clear command, which could pass verification but then be required during the installation phase anyway. * Miscellaneous bug fixes.
* Doc: Update readme and source installation docs to point to new siteMichael Fenn2013-12-091-1/+1
|
* doc: fixed links to dynamic probe groups docs, which were moved in d8bbfbdfChris St. Pierre2013-12-054-13/+16
|
* Tools: new Augeas driverChris St. Pierre2013-12-052-0/+86
|
* doc: Update prerequisitesSol Jerome2013-11-201-7/+18
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Remove unkept bcfg2.conf pageSol Jerome2013-11-141-19/+0
| | | | | | The man pages are stored in our documentation now so this is obsolete. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: defined when probes allowed_groups setting was addedChris St. Pierre2013-11-141-9/+11
|
* Add probes.allowed_groups option to restrict group assignments.Simon Ruderich2013-11-142-27/+40
|
* doc: Add another level to our contents pageSol Jerome2013-11-081-1/+1
| | | | | | | Requested by rudi_s on IRC to aid in navigation (especially for new users). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.3.3v1.3.3Sol Jerome2013-11-071-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Remove deprecated ssl documentationSol Jerome2013-10-303-68/+0
| | | | | | | Current RHEL variants and all supported Debian variants have python-ssl support either via the builtin module or a backported python-ssl. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Remove reference to bcfg2-admin querySol Jerome2013-10-301-1/+0
| | | | | | The corresponding documentation was removed in ca6abe45. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* New plugin: AWSTagsChris St. Pierre2013-09-262-0/+129
| | | | | AWSTags allows querying tags from EC2, and setting groups based on the tag names or values.
* docs: clarify when JSON/YAML Properties files were addedChris St. Pierre2013-09-251-0/+4
|
* doc: Init script was updated to use a directorySol Jerome2013-09-161-1/+1
| | | | | | | Reported on IRC: http://colabti.org/irclogger/irclogger_log/bcfg2?date=2013-09-16;raw=on Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Cfg: More flexible and complete way to specify authorized keys optionsChris St. Pierre2013-09-041-1/+2
|
* Merge pull request #139 from ↵Chris St. Pierre2013-09-031-4/+20
|\ | | | | | | | | kincl/pre-action-processing-with-independent-entries Pre action processing with independent entries
| * doc: Updated Client Actions doc to include BoundActions and anotherJason Kincl2013-08-301-4/+20
| | | | | | | | | | example schemas: Fixed Action `when` attribute description
* | doc: Remove bcfg2-admin query (moved to bcfg2-info)Sol Jerome2013-08-301-15/+0
|/ | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: updated pros/cons for builtin yum librariesChris St. Pierre2013-08-191-6/+7
|
* doc: Remove deprecated PostInstall entrySol Jerome2013-08-074-9/+13
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* man: Add bcfg2-report-collector manpageSol Jerome2013-07-273-2/+43
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix typoSol Jerome2013-07-191-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Update ubuntu quickstart guideSol Jerome2013-07-192-223/+522
| | | | | | This commit fixes #29 along with 1450bd7. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'doc-fam-blocking' of https://github.com/AlexanderS/bcfg2 into ↵Sol Jerome2013-07-191-0/+6
|\ | | | | | | | | | | | | | | | | maint Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: man/bcfg2.conf.5
| * man/bcfg2.conf: add documentation for fam_blocking optionAlexander Sulfrian2013-07-191-0/+6
| |
* | repoint some trac links to githubDuncan Hutty2013-07-113-3/+3
| |
* | Version bump to 1.3.2v1.3.2Sol Jerome2013-07-011-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: fixed typo in Properties automatch docsChris St. Pierre2013-07-011-2/+2
| |
* | Options: add database.optionsAlexander Sulfrian2013-06-282-0/+11
|/ | | | | | | With the options setting in the database section of the config file various database options for the django database could be set (like ssl mode for postgres). For more information, consult your django databse backend module's documentation.
* doc: Fix database engine configuration valueSol Jerome2013-06-251-2/+3
| | | | | | | The code automatically adds 'django.db.backends' to the database backend. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fix TCheetah documentationAlexander Sulfrian2013-06-181-1/+1
| | | | | The TCheetah documentation contains a reference to TGenshi. It was maybe a left over from generating the TCheetah docs from the TGenshi docs.
* Cfg: Fixed and documented .cat and .diff file behavior with host-specific ↵Chris St. Pierre2013-06-141-15/+32
| | | | base file
* Merge branch 'django-1.5' into maintSol Jerome2013-06-051-1/+1
|\
| * Reports: Add support for Django 1.5Sol Jerome2013-04-291-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Recomend gentoo installation via portageSol Jerome2013-06-021-13/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: fixed typoChris St. Pierre2013-05-291-1/+1
| |
* | doc: encryption requires M2Crypto 0.18+Chris St. Pierre2013-05-231-1/+2
| |
* | doc: return correctly from xmlschema errorsChris St. Pierre2013-05-221-0/+2
| |
* | doc: fixed xmlschema extension error handlingChris St. Pierre2013-05-221-3/+5
| |
* | doc: fixed unterminated referenceChris St. Pierre2013-05-221-1/+1
| |
* | doc: snapshots is deprecated, not new and shinyChris St. Pierre2013-05-221-3/+2
| |
* | added multiprocessing server coreChris St. Pierre2013-05-202-12/+30
| |
* | doc: fixed doc warningsChris St. Pierre2013-05-142-3/+3
| |
* | doc: added devel docs for bcfg2-lint pluginsChris St. Pierre2013-05-141-0/+167
| |
* | APT: Allow specification of deb-src lines (Resolves #1148)Sol Jerome2013-05-101-2/+3
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | docs: clarified GroupPatterns docs, fixed typosChris St. Pierre2013-05-091-9/+8
| |
* | doc: Update centos guide with new Package Source styleSol Jerome2013-05-091-12/+6
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | POSIXUsers: allow better <MemberOf group="foo"/> syntaxChris St. Pierre2013-05-071-3/+3
|/