Changes between Version 6 and Version 7 of Converging on Verification with RHEL 5
- Timestamp:
- 10/15/09 02:43:15 (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Converging on Verification with RHEL 5
v6 v7 42 42 }}} 43 43 * Multiple instances 44 1. Drop the {{{<Package />}}} from the Base or Bundler configuration. 45 1. Add an explicit {{{<BoundPackage>}}} and {{{<Instance />}}} configuration to a new Bundle, like the following: 44 * Option A: Explicitly list the instances 45 1. Drop the {{{<Package />}}} from the Base or Bundler configuration. 46 1. Add an explicit {{{<BoundPackage>}}} and {{{<Instance />}}} configuration to a new Bundle, like the following: 46 47 {{{ 47 48 <Bundle name='keys'> … … 53 54 </Bundle> 54 55 }}} 55 1. Add the bundle to the applicable groups in {{{/var/lib/bcfg2/Metadata/groups.xml}}}. 56 56 1. Add the bundle to the applicable groups in {{{/var/lib/bcfg2/Metadata/groups.xml}}}. 57 * Option B: Disable verification of the package 58 1. Add {{{pkg_checks="false"}}} to the {{{<Package />}}} tag. 57 59 === For a "!ConfigFile" === 58 60 * Unclear verification problem (no details from BCFG2)