Changes

Jump to: navigation, search

Bcfg2 Configuration

87 bytes added, 16:03, 9 March 2012
Bundles
==Bundles==
Bundles are a means of defining files configuration elements to be pushed out to clients. Bundles are assigned in groups.xml file using the following entry placed within the group tags:<pre><bundle name="BUNDLE NAME" /></pre>  An additonal value, "path", may be specified to insert the file in a specific location. Bundles are defined in /var/lib/bcfg2/Bundler as XML files, the contents of which are the name of the file and where it located on the server. Bundle declarations for files must also contain a declaration of the file path. For example: if there is a bundle used named "hosts" which contains the file "/etc/hosts", there would need to be a file present in /var/lib/bcfg2/Bundler called "hosts.xml". The contents of such a file are as follows:
<pre>
</pre>
Bundles can contain different information, but also be used to define packages that must be installed. The use of this feature will be discussed further into later in this documentdocumentation. Bundles are assigned in groups.xml file using the following entry placed within the group tags:<pre><bundle name="BUNDLE NAME" /></pre>
==Client Side==
1
edit

Navigation menu