Changes between Version 9 and Version 10 of TracNav
- Timestamp:
- 04/27/10 05:01:15 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracNav
v9 v10 15 15 repository as well as serving package data when needed. The server uses XML-RPC 16 16 for its communications and this channel is encrypted using SSL. The 17 Bcfg2 server and client get the connection information from the `/etc/ 18 bcfg2.conf`configuration file. An example `/etc/bcfg2.conf` looks like:17 Bcfg2 server and client get the connection information from the `/etc/bcfg2.conf` 18 configuration file. An example `/etc/bcfg2.conf` looks like: 19 19 20 20 {{{ … … 65 65 configuration elements. The following are all valid configuration 66 66 elements: 67 Package 68 A package for the given system (RPM. Deb, ebuild, etc) 69 !ConfigFile 70 A config file 71 Service 72 A service to start or stop on boot (usually kept in `/etc/init.d/`) 73 Directory 74 A directory that should be present 75 !SymLink 76 A symbolic link that should be present 67 * Package : A package for the given system (RPM. Deb, ebuild, etc) 68 * !ConfigFile : A config file 69 * Service : A service to start or stop on boot (usually kept in `/etc/init.d/`) 70 * Directory : A directory that should be present 71 * !SymLink : A symbolic link that should be present 77 72 78 73 === Bcfg2 Bundles ===