From 2de3b6b66eb26bf1bc60f489c1b74df8776fa187 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Wed, 2 Mar 2005 20:15:52 +0000 Subject: more docs (Logical change 1.208) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@884 ce84e21b-d406-0410-9b95-82705330c041 --- doc/generators.xml | 58 +++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 47 insertions(+), 11 deletions(-) diff --git a/doc/generators.xml b/doc/generators.xml index fe23b8445..9151e1258 100644 --- a/doc/generators.xml +++ b/doc/generators.xml @@ -1,15 +1,17 @@ Generators - Generators are modules are are loaded by the Bcfg2 server, - based on directives in /etc/bcfg2.conf. They - provide concrete, fully-specified configuration entries for - clients. This chapter documents the function and usage of generators - bundled with Bcfg2 releases. It also describes the interface used to - communicate with generators; modeles implementing this interface can - provide configuration elements for clients based on any - representation or requirements that may exist. - + + Generators are modules are are loaded by the Bcfg2 server, + based on directives in /etc/bcfg2.conf. They + provide concrete, fully-specified configuration entries for + clients. This chapter documents the function and usage of + generators bundled with Bcfg2 releases. It also describes the + interface used to communicate with generators; modeles + implementing this interface can provide configuration elements for + clients based on any representation or requirements that may + exist. +
Bundled Generators @@ -100,8 +102,42 @@
- Pkgmgr - + The Scoped XML File Group: Servicemgr + + The generator Servicemgr uses files formatted similarly to the + metadata files. It + works based on a single file, which contains definitions + ordered by increasing specificity. + + + + <filename>foo</filename> + + + + + + + + + + + + + + + + + +]]> + + + + + This set of service definitions is intrepreted in the + following way. Webservers run httpd, the host mailhost runs + sendmail, and all machines run ssh, and the ntp-server. +
-- cgit v1.2.3-1-g7c22