Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 6871123591698337ee06efa6a871ef7b > files > 130

cfengine3-base-3.0.2-1mdv2010.0.i586.rpm




body common control
{
 
bundlesequence => { "databases" };
}


bundle agent databases

{
databases:

 windows::

  # Regsitry has (value,data) pairs in "keys" which are directories

#  "HKEY_LOCAL_MACHINE\SOFTWARE\Cfengine AS"

#    database_operation => "create", 
#    database_type     => "ms_registry";

#  "HKEY_LOCAL_MACHINE\SOFTWARE\Cfengine AS\Cfengine"

#    database_operation => "create", 
#    database_rows => { "value1,REG_SZ,new value 1", "value2,REG_SZ,new val 2"} ,
#    database_type     => "ms_registry";


  "HKEY_LOCAL_MACHINE\SOFTWARE\Cfengine AS\Cfengine"

    database_operation => "delete", 
    database_columns => { "value1", "value2" } ,
    database_type => "ms_registry";


# "HKEY_LOCAL_MACHINE\SOFTWARE\Cfengine AS\Cfengine"

#    database_operation => "cache",   # cache,restore

#    registry_exclude => { ".*Windows.*CurrentVersion.*", ".*Touchpad.*", ".*Capabilities.FileAssociations.*", ".*Rfc1766.*" , ".*Synaptics.SynTP.*", ".*SupportedDevices.*8086", ".*Microsoft.*ErrorThresholds" },

#    database_type     => "ms_registry";

"HKEY_LOCAL_MACHINE\SOFTWARE\Cfengine AS"

   database_operation => "restore",
   database_type      => "ms_registry";

}