Changes between Version 6 and Version 7 of Converging on Verification with RHEL 5

Show
Ignore:
Timestamp:
10/15/09 02:43:15 (6 weeks ago)
Author:
strauss (IP: 24.82.183.167)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Converging on Verification with RHEL 5

    v6 v7  
    4242}}} 
    4343 * 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: 
    4647{{{ 
    4748<Bundle name='keys'> 
     
    5354</Bundle> 
    5455}}} 
    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. 
    5759=== For a "!ConfigFile" === 
    5860 * Unclear verification problem (no details from BCFG2)