Changes between Version 4 and Version 5 of Bcfg2FS


Ignore:
Timestamp:
06/16/10 05:54:13 (13 years ago)
Author:
fabaff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Bcfg2FS

    v4 v5  
    3030}}} 
    3131 
    32 There are other [wiki:WritingSpecification#ConfigurationEntityTypes configuration entries] available.  
     32There are other [wiki:WritingSpecification#ConfigurationEntityTypes configuration entries] available. 
     33 
     34The idea is to put all data out of the XML files in a dictionary. This should give us enough flexibility to build the directory tree.  
     35 
     36{{{ 
     37bundles = {  
     38    'Bundle name' : {'ConfigFile' : ('/path/to/file'), '/path/to/file'), 'Package' : ('bundle package 1', 'bundle package 2')}, 
     39    'Bundle name' : {'Service' : ('serviced'), 'Package' : ('bundle package''), 'Action' : ('action1', 'action2')} 
     40} 
     41}}} 
     42 
    3343 
    3444== Implementation ==