summaryrefslogtreecommitdiffstats
path: root/doc/server
Commit message (Collapse)AuthorAgeFilesLines
* doc: Disable code highlighting of unknown/invalid languagesAlexander Sulfrian2016-08-181-3/+3
|
* doc: Fix genshi syntax in code sampleAlexander Sulfrian2016-08-181-1/+1
|
* doc: Clarification on negated groupss19n2016-08-011-0/+3
|
* doc: Fix typo in example xmlAlexander Sulfrian2016-07-121-1/+1
|
* doc: Fix formatingAlexander Sulfrian2016-07-121-1/+1
|
* doc: Fix quoting in example xmlAlexander Sulfrian2016-07-121-2/+2
|
* doc: Fix docs of lax_decryption config file optionAlexander Sulfrian2016-07-121-4/+5
|
* Merge branch 'rules-replace_name' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-09-012-0/+27
|\
| * Rules: New options replace_name to replace %{name} in attributesAlexander Sulfrian2015-08-262-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | If you use the regex feature of Rules/Defaults you may need the real name of the matched entry in an attribute (for example home of POSIXUser). You can now enable replace_name for rules or defaults and %{name} will be replaces in the attribues of the Element before adding them to the target entry. This allows you to write something like that in Defaults to assing a default home directory somewhere else to all users with unset home: <POSIXUser name='.*' home='/somewhere/%{name}'/>
* | doc: update Genshi 'name' attribute descriptions19n2015-08-071-3/+1
| |
* | Ldap: Complete renew of the Ldap pluginAlexander Sulfrian2015-07-241-88/+97
|/
* Merge branch 'maint'Alexander Sulfrian2015-06-122-4/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: debian/changelog doc/conf.py misc/bcfg2-selinux.spec misc/bcfg2.spec osx/Makefile osx/macports/Portfile solaris-ips/MANIFEST.bcfg2-server.header solaris-ips/MANIFEST.bcfg2.header solaris-ips/Makefile solaris-ips/pkginfo.bcfg2 solaris-ips/pkginfo.bcfg2-server solaris/Makefile solaris/pkginfo.bcfg2 solaris/pkginfo.bcfg2-server src/lib/Bcfg2/Client/Tools/APT.py src/lib/Bcfg2/Client/Tools/FreeBSDInit.py src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Reporting/Collector.py src/lib/Bcfg2/Reporting/templates/base.html src/lib/Bcfg2/Server/CherrypyCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/FileMonitor/__init__.py src/lib/Bcfg2/Server/Lint/Validate.py src/lib/Bcfg2/Server/Lint/__init__.py src/lib/Bcfg2/Server/MultiprocessingCore.py src/lib/Bcfg2/Server/Plugin/__init__.py src/lib/Bcfg2/Server/Plugins/GroupPatterns.py src/lib/Bcfg2/Server/Plugins/Metadata.py src/lib/Bcfg2/Server/Plugins/Packages/Source.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/SSHbase.py src/lib/Bcfg2/Server/Plugins/SSLCA.py src/lib/Bcfg2/version.py src/sbin/bcfg2-info src/sbin/bcfg2-test testsuite/requirements.txt
| * docs: TemplateHelper forgot how to sentenceChris St. Pierre2015-05-081-3/+3
| |
| * doc: Remove obsolete featureSol Jerome2015-01-021-1/+0
| | | | | | | | | | | | | | See the Obsoleted Features section at http://nagios.sourceforge.net/docs/nagioscore/4/en/whatsnew.html Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Add small example for client tools vcsJimmy Tang2015-03-171-1/+4
| |
* | doc: Fix typoSol Jerome2015-01-031-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge branch 'bundle-modification-deps' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-01-032-11/+16
|\ \ | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/__init__.py
| * | Bundler: modification is now the boolean inherit_modificationAlexander Sulfrian2014-11-251-4/+5
| | |
| * | Bundler: add modification support to Bundle dependenciesAlexander Sulfrian2014-11-252-11/+15
| | | | | | | | | | | | | | | | | | Bundle dependencies are now realized with RequiredBundle and support inheritance of the modification flag. This requires new client support and will only work with clients >= 1.4.0pre2.
* | | doc: Fix title over/underlinesSol Jerome2015-01-022-4/+6
|/ / | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge branch 'include2' of https://github.com/gordonmessmer/bcfg2Sol Jerome2014-11-172-0/+115
|\ \
| * | Add examples for the "include" and "extends" tags in Jinja2.Gordon Messmer2014-11-172-0/+115
| | |
* | | Merge branch 'maint'Alexander Sulfrian2014-11-124-17/+8
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: debian/changelog doc/conf.py doc/releases/index.txt doc/server/database.txt doc/server/plugins/generators/cfg.txt doc/server/plugins/generators/sslca.txt man/bcfg2.conf.5 misc/bcfg2-selinux.spec misc/bcfg2.spec osx/Makefile osx/macports/Portfile schemas/packages.xsd solaris-ips/MANIFEST.bcfg2-server.header solaris-ips/MANIFEST.bcfg2.header solaris-ips/Makefile solaris-ips/pkginfo.bcfg2 solaris-ips/pkginfo.bcfg2-server solaris/Makefile solaris/pkginfo.bcfg2 solaris/pkginfo.bcfg2-server src/lib/Bcfg2/Client/Client.py src/lib/Bcfg2/Client/Proxy.py src/lib/Bcfg2/Client/Tools/APT.py src/lib/Bcfg2/Client/Tools/Action.py src/lib/Bcfg2/Client/Tools/SYSV.py src/lib/Bcfg2/Client/Tools/YUM.py src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Reporting/Collector.py src/lib/Bcfg2/Reporting/templates/base.html src/lib/Bcfg2/Server/Admin/__init__.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugins/Packages/Apt.py src/lib/Bcfg2/Server/Plugins/Probes.py src/lib/Bcfg2/settings.py src/lib/Bcfg2/version.py testsuite/Testsrc/Testlib/TestClient/TestTools/Test_init.py testsuite/Testsrc/test_code_checks.py
| * Options.py: Fix database OPTIONS parsingSol Jerome2014-11-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | Instead of parsing key/value pairs from bcfg2.conf, this allows the setting of the literal value which is then passed through to django as the value of the OPTIONS setting. This change allows for setting arbitrary options since some settings require nested dictionaries, etc. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Fix typosSol Jerome2014-11-031-8/+8
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * strike possibly incorrect docs about genshi/cheetah priorityChris St. Pierre2014-09-111-9/+0
| |
| * doc: Fix typoSol Jerome2014-07-281-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Fix grammarSol Jerome2014-07-171-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: fixed link to ssh key docsChris St. Pierre2014-07-091-1/+1
| |
| * Doc: fix spelling error in AWSTags docsMichael Fenn2014-06-201-1/+1
| |
| * Doc: fix repeated word in AWSTags docsMichael Fenn2014-06-201-2/+2
| |
* | doc: add simple documentation for packages:backendsAlexander Sulfrian2014-10-141-0/+3
| |
* | Merge pull request #199 from AlexanderS/fix-docChris St. Pierre2014-10-131-1/+1
|\ \ | | | | | | Fix doc errors
| * | doc: fix incorrect format for :ref:Alexander Sulfrian2014-10-131-1/+1
| | |
* | | Don't refer to "path" as use of that variable is discouraged.Gordon Messmer2014-09-121-1/+1
| | |
* | | Fix lint warnings.Gordon Messmer2014-09-111-1/+1
| | |
* | | First pass at Jinja2 support for Cfg.Gordon Messmer2014-09-112-11/+89
|/ /
* | doc: Fix 1.4.0pre1 release notesSol Jerome2014-06-169-33/+51
| | | | | | | | 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>
* | 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
| | |
* | | Packages: add some docs about the supported clientsAlexander Sulfrian2014-05-051-1/+77
|/ /
* | Merge branch 'maint' into masterSol Jerome2014-04-163-3/+52
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-241-2/+4
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Remove references to ConfigFilesSol Jerome2014-03-241-1/+1
| | | | | | | | 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: 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
| |