summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Fix lint warnings.Gordon Messmer2014-09-111-1/+1
| | |
* | | First pass at Jinja2 support for Cfg.Gordon Messmer2014-09-113-11/+91
|/ /
* | Add a --no-fam-blocking command-line argument to bcfg2-serverMichael Fenn2014-07-071-2/+3
| | | | | | | | | | | | | | There is a quirk in the configuration parser where a BooleanOption with default=True will always return false __unless_ a command-line option is provided. Not sure why that's the case, but this is a work- around
* | Change fam_blocking default to TrueMichael Fenn2014-07-071-1/+1
| | | | | | | | | | | | | | Based on discussion in #bcfg2, the consensus seems to be that the behavior provided by fam_blocking = True is the least surprising of the two options (i.e. the server should not process data until it is ready). 1.4 seems like a good time to make this change.
* | doc: Revert mistake from 1d3ed46Sol Jerome2014-06-171-2/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Fix 1.4.0pre1 release notesSol Jerome2014-06-1617-76/+94
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Version bump to 1.4.0pre1v1.4.0pre1Sol Jerome2014-06-161-2/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge branch 'maint'Sol Jerome2014-06-101-0/+1
|\| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: doc/server/plugins/structures/bundler/index.txt src/lib/Bcfg2/Server/Admin/Init.py src/lib/Bcfg2/Server/Plugins/GroupLogic.py src/lib/Bcfg2/Server/Plugins/Properties.py src/lib/Bcfg2/Server/Plugins/Reporting.py
| * doc: Clarify genshi bundle specificationSol Jerome2014-06-091-4/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Added Chris' notes to the release notesSol Jerome2014-06-091-36/+95
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Update 1.4.0pre1 releaseSol Jerome2014-06-091-22/+21
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Add 1.4.0pre1 release notesSol Jerome2014-06-061-0/+122
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge branch 'recommended-per-package' of https://github.com/AlexanderS/bcfg2Sol Jerome2014-05-171-4/+0
|\ \
| * | Plugins/Packages: ability to overwrite recommended flag per packageAlexander Sulfrian2014-05-111-4/+0
| | |
* | | doc: Mention genshi requirement from 22029e1Sol Jerome2014-05-081-0/+2
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | Packages: add some docs about the supported clientsAlexander Sulfrian2014-05-051-1/+77
|/ /
* | Merge branch 'maint' into masterSol Jerome2014-04-1618-106/+397
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: doc/appendix/guides/import-existing-ssh-keys.txt misc/bcfg2.spec src/lib/Bcfg2/Client/Tools/VCS.py src/lib/Bcfg2/Client/Tools/YUM.py src/lib/Bcfg2/Encryption.py src/lib/Bcfg2/Reporting/Collector.py src/lib/Bcfg2/Reporting/Storage/DjangoORM.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/FileMonitor/__init__.py src/lib/Bcfg2/Server/Lint/RequiredAttrs.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Metadata.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-reports src/sbin/bcfg2-yum-helper testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/TestAugeas.py
| * doc: Add information about ecdsa keysSol Jerome2014-03-242-3/+10
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Remove references to ConfigFilesSol Jerome2014-03-244-7/+7
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Fix RPM building documentationSol Jerome2014-02-251-0/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Fix GPG key linksSol Jerome2014-02-251-4/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Fix code blocks for EPEL instructionsSol Jerome2014-02-251-2/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Add release notesSol Jerome2014-02-252-0/+59
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Version bump to 1.3.4Sol Jerome2014-02-252-1/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Update prerequisitesSol Jerome2014-02-201-1/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Merge pull request #156 from irconan/default-aclsChris St. Pierre2014-02-181-0/+4
| |\ | | | | | | Support ACLs without a specific user/group
| | * Documentation changes for default ACLsRichard Connon2014-02-141-0/+4
| | |
| * | doc: Add BuildingDebianPackages documentationSol Jerome2014-02-173-26/+228
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | doc: Only a single spec file exists nowSol Jerome2014-02-151-64/+8
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | doc: fixed code-block style for older sphinxChris St. Pierre2014-02-131-1/+1
| |/
| * 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: also update the bcfg2.conf man page for separate reportingMichael Fenn2014-03-261-3/+38
| |
* | doc: Document new reporting database separation featureMichael Fenn2014-03-262-25/+78
| |
* | doc: use path globbing in examplesChris St. Pierre2014-02-265-73/+18
| |
* | Merge branch 'maint'Chris St. Pierre2013-12-099-60/+155
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/guides/fedora.txt misc/bcfg2.spec schemas/types.xsd src/lib/Bcfg2/Encryption.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Client.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Lint/Validate.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py src/lib/Bcfg2/Server/Plugins/Probes.py src/sbin/bcfg2-crypt testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestCfg/TestCfgEncryptedGenerator.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py testsuite/common.py testsuite/install.sh
| * 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
| |
* | Merge branch 'maint'Chris St. Pierre2013-11-112-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Server/Admin/Compare.py src/lib/Bcfg2/Server/Admin/Snapshots.py src/lib/Bcfg2/Server/MultiprocessingCore.py src/lib/Bcfg2/Server/Plugins/Probes.py src/sbin/bcfg2-crypt src/sbin/bcfg2-reports tools/upgrade/1.3/migrate_configs.py tools/upgrade/1.3/migrate_perms_to_mode.py
| * 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: Added docs for TemplateHelper __default__ featureChris St. Pierre2013-11-111-2/+14
| |
* | Merge branch 'maint'Sol Jerome2013-11-043-68/+0
|\| | | | | | | | | Conflicts: doc/server/admin/index.txt
| * 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>