Changeset 548


Ignore:
Timestamp:
12/16/2011 13:37:51 (5 months ago)
Author:
blee
Message:

Also reverse the recipe in confaudit for consistency.

See #120

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confaudit.in

    r545 r548  
    115115 
    116116echo "Audit operation started" | conf_logger 
    117 for layer in $(conf_get_recipe) ; do 
     117for layer in $(conf_get_reverse_recipe) ; do 
    118118    echo "Rolling on $layer..." 
    119119    conf_rollout $layer $statefile || conf_cleanExit 
Note: See TracChangeset for help on using the changeset viewer.