summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* doc: remove default values for protocolAlexander Sulfrian2014-10-151-1/+0
| | | | | If hard code the default value in your configuration file, it will not change if the default value will change in the code.
* examples: Use new __default__ magic in TemplateHelper exampleChris St. Pierre2013-11-191-6/+5
|
* Bundler: various changesChris St. Pierre2013-02-042-23/+20
| | | | | | | * Deprecated use of an explicit name attribute * Deprecated .genshi bundles * Minor restructuring for better performance * bcfg2-lint updates
* removed deprecated tools: RPMng, YUM24, YUMngChris St. Pierre2013-01-174-96/+0
|
* removed deprecated plugins: TGenshi, TCheetah, Account, Hostbase, Snapshots, ↵Chris St. Pierre2013-01-171-33/+0
| | | | Statistics, Editor
* removed Duplicates plugin from bcfg2-lint docsChris St. Pierre2013-01-141-2/+2
|
* updated IncludeHelper TemplateHelper exampleChris St. Pierre2012-11-261-46/+62
|
* fixed names of bcfg2-lint comment typesChris St. Pierre2012-10-301-2/+3
|
* Removed deprecated plugins BB, Svcmgr, SGenshiChris St. Pierre2012-08-151-2/+1
|
* added TemplateHelper plugin to easily provide convenience methods to templatesChris St. Pierre2012-03-231-0/+97
|
* fixed typo in example bcfg2-lint configChris St. Pierre2012-03-141-1/+1
|
* examples: Fix dirvish example (reported by esrax on IRC)Sol Jerome2012-02-011-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added bcfg2-lint MergeFiles plugin to suggest config files and probesChris St. Pierre2011-05-171-1/+4
| | | | | | that are very similar and could be merged added text wrapping to bcfg2-lint error handling
* made bcfg2-lint error handling configurable on a much more granular levelChris St. Pierre2011-05-051-2/+8
|
* Various bcfg2-lint fixes:Chris St. Pierre2011-04-251-1/+1
| | | | | | | | * check for all plugins before referencing them, since in --stdin mode even plugins like Bundler may not be instantiated * formatting fixes * made Bundles plugin work with or without genshi installed * fixed name of plugin in example bcfg2-lint.conf
* changed [main] section of bcfg2-lint.conf to [lint] to make it possible to ↵Chris St. Pierre2011-04-251-1/+1
| | | | | | combine config files get full stack trace from failed plugins for easier troubleshooting
* Lots of cleanup for bcfg2-repo-validate rewrite:Chris St. Pierre2011-04-211-3/+2
| | | | | | | | | * Changed all references to bcfg2-repo-validate in the documentation to bcfg2-lint * Wrote man pages for bcfg2-lint and bcfg2-lint.conf * Cleaned up straggling references to bcfg2-repo-validate in Makefiles, spec files, and the POSIX tool * A few minor bug fixes
* Rewrote bcfg2-repo-validate as bcfg2-lint, which uses a pluginChris St. Pierre2011-04-201-0/+20
| | | | | | | | | interface to be lots more flexible and extensible. Added several more tests. If bcfg2-lint is run as bcfg2-repo-validate, it roughly emulates the functionality of that program. TODO: Need to figure out correct way to symlink bcfg2-repo-validate to bcfg2-lint on install.
* examples: Remove outdated example (Resolves Ticket #953)Sol Jerome2011-01-101-13/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* DBStats: Support for postgresqlTim Laszlo2010-07-161-244/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5975 ce84e21b-d406-0410-9b95-82705330c041
* Revert "Updated sample configuration file"Sol Jerome2010-06-221-26/+4
| | | | | | | | | Server sections are not needed everywhere (bcfg2-admin init will set those up). Also, adding the certificate sections by default causes issues during the client bootstrap process. These are most likely going to be handed down by the server in any case. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5956 ce84e21b-d406-0410-9b95-82705330c041
* Updated sample configuration fileFabian Affolter2010-06-091-4/+26
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5907 ce84e21b-d406-0410-9b95-82705330c041
* TypoFabian Affolter2010-06-091-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5906 ce84e21b-d406-0410-9b95-82705330c041
* README added for the example directoryFabian Affolter2010-06-031-0/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5877 ce84e21b-d406-0410-9b95-82705330c041
* Added example for TGenshi (Exported from the wiki)Fabian Affolter2010-06-021-0/+31
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5875 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
* examples: Update dirvish example for unified entries in 1.0Sol Jerome2009-12-301-5/+5
| | | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5647 ce84e21b-d406-0410-9b95-82705330c041
* Documentation: Update man pages to reflect changes in 1.0Sol Jerome2009-07-311-3/+2
| | | | | | | | | | * Add Snapshots documentation * Fix example bcfg2.conf * Add Plugin descriptions for server plugins Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5397 ce84e21b-d406-0410-9b95-82705330c041
* example repository: Add Dirvish configuration exampleSol Jerome2009-07-315-0/+109
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5396 ce84e21b-d406-0410-9b95-82705330c041
* Remove all server-specific optionsSol Jerome2009-03-041-4/+0
| | | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5104 ce84e21b-d406-0410-9b95-82705330c041
* Update bcfg2.conf to new format and remove server contentSol Jerome2009-03-041-21/+1
| | | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5103 ce84e21b-d406-0410-9b95-82705330c041
* Add DBStats and fingerprint information to bcfg2.confSol Jerome2008-09-221-0/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4917 ce84e21b-d406-0410-9b95-82705330c041
* brpt.sqlite modified to load into PostgreSQL 8.1 - primary changed:Daniel Joseph Barnhart Clark2007-12-031-0/+244
| | | | | | | | | 1. datetime -> timestamp 2. id fields -> serial 3. some reordering of table creation git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4032 ce84e21b-d406-0410-9b95-82705330c041
* Initial TGenshi checking (from jcollie)Narayan Desai2007-07-182-0/+66
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3476 ce84e21b-d406-0410-9b95-82705330c041
* moved reporting system configuration to /etc/bcfg2.confJoey Hagedorn2007-06-251-0/+14
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3366 ce84e21b-d406-0410-9b95-82705330c041
* Reports: Added indicies to default example sqlite reports DB.Joey Hagedorn2007-05-311-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3216 ce84e21b-d406-0410-9b95-82705330c041
* example bcfg2.conf w/ Hostbase optionsKen Raffenetti2006-12-041-0/+34
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2569 ce84e21b-d406-0410-9b95-82705330c041
* NewReports: More DB Schema changes and default (example) file updates.Joey Hagedorn2006-08-031-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2033 ce84e21b-d406-0410-9b95-82705330c041
* Code CleanupJoey Hagedorn2006-07-261-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2006 ce84e21b-d406-0410-9b95-82705330c041
* Added an example of how to specify refresh-time. (specified in seconds)Joey Hagedorn2006-05-311-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1868 ce84e21b-d406-0410-9b95-82705330c041
* fix example configNarayan Desai2005-12-061-2/+2
| | | | | | | install config file with 600 permissions git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1614 ce84e21b-d406-0410-9b95-82705330c041
* remove unused metadata fieldNarayan Desai2005-11-091-1/+0
| | | | | | | (Logical change 1.355) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1477 ce84e21b-d406-0410-9b95-82705330c041
* remove bogus directiveNarayan Desai2005-10-251-1/+0
| | | | | | | (Logical change 1.345) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1428 ce84e21b-d406-0410-9b95-82705330c041
* add new xmlrpc optionsNarayan Desai2005-10-241-1/+9
| | | | | | | (Logical change 1.344) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1426 ce84e21b-d406-0410-9b95-82705330c041
* Added statistics section to support editable domainlistJoey Hagedorn2005-08-011-0/+3
| | | | | | | (Logical change 1.272) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1101 ce84e21b-d406-0410-9b95-82705330c041
* made a minor changeJoey Hagedorn2005-06-231-2/+2
| | | | | | | (Logical change 1.239) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@999 ce84e21b-d406-0410-9b95-82705330c041
* (Logical change 1.235)Joey Hagedorn2005-06-221-0/+38
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@982 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionJoey Hagedorn2005-06-221-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@980 ce84e21b-d406-0410-9b95-82705330c041
* make a functional configuration fileNarayan Desai2005-02-021-4/+4
| | | | | | | (Logical change 1.202) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@861 ce84e21b-d406-0410-9b95-82705330c041
* add base into default configNarayan Desai2004-09-021-1/+1
| | | | | | | (Logical change 1.55) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@307 ce84e21b-d406-0410-9b95-82705330c041