summaryrefslogtreecommitdiffstats
path: root/doc/client
Commit message (Collapse)AuthorAgeFilesLines
* Remove group tag from examplesNathan Olla2014-07-161-4/+0
|
* Add some basic documentation for SYSV packages over HTTPNathan Olla2014-07-161-1/+26
|
* 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.
* Tools: new Augeas driverChris St. Pierre2013-12-051-0/+72
|
* doc: Updated Client Actions doc to include BoundActions and anotherJason Kincl2013-08-301-4/+20
| | | | | example schemas: Fixed Action `when` attribute description
* docs: added docs for POSIXUsers uid/gid rangesChris St. Pierre2013-01-181-1/+46
|
* 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
* doc: Create new doc outlining the various client modes availableSol Jerome2010-03-222-30/+44
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5786 ce84e21b-d406-0410-9b95-82705330c041
* doc: Add new service mode informationSol Jerome2010-03-222-2/+23
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5785 ce84e21b-d406-0410-9b95-82705330c041
* APT: Add support for using non-standard tool paths (Resolves Ticket #773Sol Jerome2010-03-132-1/+18
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5766 ce84e21b-d406-0410-9b95-82705330c041
* Upstart: Add new upstart client toolSol Jerome2010-03-131-2/+9
| | | | | | | | | | Due to the nature of the way Upstart handles service specification, turning 'servicename' off and on can be done via a configuration file located at /etc/init/<servicename>.conf. Enabling a disabled service can be done by making sure that the Upstart configuration file and the service are bundled together. Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
* doc: Fix broken linksSol Jerome2010-03-121-2/+2
| | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
* doc: Add not about setting paranoid option in bcfg2.confSol Jerome2010-03-051-1/+3
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5749 ce84e21b-d406-0410-9b95-82705330c041
* doc: Formatting fixesSol Jerome2010-02-225-134/+370
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5739 ce84e21b-d406-0410-9b95-82705330c041
* doc: formatting fixesSol Jerome2010-02-222-12/+31
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5738 ce84e21b-d406-0410-9b95-82705330c041
* doc: Add lrc (legacy run service) exampleSol Jerome2010-02-221-0/+6
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5737 ce84e21b-d406-0410-9b95-82705330c041
* doc: Add some plugin examplesSol Jerome2010-02-111-0/+1
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5720 ce84e21b-d406-0410-9b95-82705330c041
* doc: Migrate some more docs over from the wikiSol Jerome2010-02-081-0/+38
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5717 ce84e21b-d406-0410-9b95-82705330c041
* SSL fingerprint is deprecatedSol Jerome2010-02-041-1/+0
| | | | | | | | | | | Removing all references to the old method of using fingerprints to verify the server you are communicating with. The new way to do this is to use the 'ca' option in bcfg2.conf along with the bcfg2 server's CA certificate. Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5712 ce84e21b-d406-0410-9b95-82705330c041
* doc: Add server/reports sectionsSol Jerome2010-02-011-3/+7
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5709 ce84e21b-d406-0410-9b95-82705330c041