summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | DB: fixed how Django settings are loadedChris St. Pierre2013-10-301-0/+10
| |
* | Merge branch 'maint'Chris St. Pierre2013-10-283-0/+133
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: doc/development/lint.txt misc/bcfg2.spec src/lib/Bcfg2/Reporting/Collector.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugins/Metadata.py src/lib/Bcfg2/Server/models.py testsuite/install.sh
| * 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
| |
* | SSHbase: support encryption of generated ssh keysChris St. Pierre2013-10-071-0/+11
| |
* | Merge branch 'maint'Chris St. Pierre2013-09-231-1/+1
|\| | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Server/Plugins/GroupLogic.py src/lib/Bcfg2/Server/Plugins/Metadata.py tools/posixusers_baseline.py
| * 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>
* | doc: Fix broken linksSol Jerome2013-09-181-2/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Add reference for ACL documentationSol Jerome2013-09-161-0/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Remove fam filemonitorSol Jerome2013-09-061-1/+0
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge branch 'maint'Chris St. Pierre2013-09-042-5/+22
|\| | | | | | | | | | | | | | | | | | | Conflicts: doc/client/tools/actions.txt schemas/authorizedkeys.xsd src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Bundler.py testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py
| * 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