summaryrefslogtreecommitdiffstats
path: root/doc/client
Commit message (Collapse)AuthorAgeFilesLines
* Add small example for client tools vcsJimmy Tang2015-03-171-1/+27
|
* Merge branch 'maint'Alexander Sulfrian2014-11-121-1/+30
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * doc: Update SYSV datastream format docsMichael Fenn2014-11-061-3/+11
| |
| * SYSV: change instances of simplename to simplefileMichael Fenn2014-11-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | This is to better match the schema since simplefile already exists. The previous simplename attribute would fail validation. Since pkgmgr already helpfully constructs url for you if simplefile exists, the tool no longer needs to do the concatenation itself. Given the low usage rate of SYSV.py and that the original functionality was introduced in a late 1.3 release, changing the name w/o providing backwards compatiblity seems reasonable.
| * Remove group tag from examplesNathan Olla2014-07-161-4/+0
| |
| * Add some basic documentation for SYSV packages over HTTPNathan Olla2014-07-161-1/+26
| |
* | doc: Fix 1.4.0pre1 release notesSol Jerome2014-06-161-6/+7
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge branch 'maint' into masterSol Jerome2014-04-161-5/+28
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * 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.
* | Merge branch 'maint'Chris St. Pierre2013-12-091-0/+72
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Tools: new Augeas driverChris St. Pierre2013-12-051-0/+72
| |
* | Merge branch 'maint'Chris St. Pierre2013-09-041-4/+20
|\| | | | | | | | | | | | | | | | | | | 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
| * doc: Updated Client Actions doc to include BoundActions and anotherJason Kincl2013-08-301-4/+20
| | | | | | | | | | example schemas: Fixed Action `when` attribute description
* | doc: Fix sphinx build warnings/errorsSol Jerome2013-07-141-0/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | made Action entries in Independent structures run with when="always"Chris St. Pierre2013-02-081-2/+1
| |
* | Bundler: various changesChris St. Pierre2013-02-041-5/+13
| | | | | | | | | | | | | | * Deprecated use of an explicit name attribute * Deprecated .genshi bundles * Minor restructuring for better performance * bcfg2-lint updates
* | Merge branch '1.3.1' into 1.4.xChris St. Pierre2013-01-181-1/+46
|\|
| * docs: added docs for POSIXUsers uid/gid rangesChris St. Pierre2013-01-181-1/+46
| |
* | removed deprecated tools: RPMng, YUM24, YUMngChris St. Pierre2013-01-172-15/+3
|/
* generate XML schema docs from XML schemas themselvesChris St. Pierre2012-12-102-55/+12
|
* doc: Add version notes for new featuresSol Jerome2012-12-051-0/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added builtin support for creating users and groupsChris St. Pierre2012-12-031-0/+51
|
* deprecated YUM24 tool, renamed YUMng to YUM, RPMng to RPMChris St. Pierre2012-09-263-825/+357
|
* Options: Change default paranoid setting to 'true'Sol Jerome2012-05-071-4/+2
| | | | | | | This makes setting up paranoid mode easier while silencing bcfg2-lint errors. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix documentation bugs (reported by tru_tru on IRC)Sol Jerome2012-01-171-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'apk' of https://github.com/fabaff/bcfg2Sol Jerome2011-10-111-0/+9
|\
| * Some documentation for apk.Fabian Affolter2011-10-111-0/+9
| |
* | Action: Add "build" attribute to Schema and docsHolger Weiß2011-09-221-1/+5
| | | | | | | | | | Add the "build" attribute for <Action> entries to the XML Schema and to the documentation.
* | doc: Fix typoHolger Weiß2011-09-091-1/+1
|/
* doc: Fix some typosSol Jerome2011-08-021-1/+1
| | | | 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: Correct properties usage (#1005)Sol Jerome2011-04-201-16/+17
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix some documentation issues (#980)Sol Jerome2011-04-141-4/+12
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* VCS: Initial commit (#754)Sol Jerome2011-04-131-0/+15
| | | | | | | | | 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>
* doc: Fix broken referencesSol Jerome2011-02-261-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Merge Fabian's bcfg2-admin doc updatesSol Jerome2010-12-152-2/+7
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge remote branch 'upstream/master'Fabian Affolter2010-12-1317-196/+147
|\
| * doc: Finish merging remaining documentation updatesSol Jerome2010-12-0817-196/+147
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Small changesFabian Affolter2010-12-121-0/+0
| |
* | doc: Client section rearrangedFabian Affolter2010-12-121-14/+4
|/
* doc: Massive updateFabian Affolter2010-11-0917-147/+196
|
* doc: Make Bcfg2 references consistentSol Jerome2010-10-111-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Update some documentation from the trac wikiSol Jerome2010-10-071-0/+16
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6093 ce84e21b-d406-0410-9b95-82705330c041
* doc: Style fixesSol Jerome2010-08-231-21/+42
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6031 ce84e21b-d406-0410-9b95-82705330c041
* doc: Add missing angle bracketSol Jerome2010-06-031-1/+1
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5878 ce84e21b-d406-0410-9b95-82705330c041
* YUMng: Add support for Path type='ignore' entriesSol Jerome2010-04-301-7/+18
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5851 ce84e21b-d406-0410-9b95-82705330c041
* doc: Fix some broken wiki linksSol Jerome2010-04-212-2/+89
| | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
* doc: Style consistency updatesSol Jerome2010-04-106-29/+36
| | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
* doc: Add information about unmanaged host public ssh keysSol Jerome2010-03-261-1/+1
| | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
* doc: More fixesSol Jerome2010-03-251-9/+11
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5792 ce84e21b-d406-0410-9b95-82705330c041