Changeset 1206


Ignore:
Timestamp:
12/13/06 17:59:23 (6 years ago)
Author:
mglb1
Message:
  • Remove extraneous tidy declarations from the update script
    • Update script should deal with getting things onto machines only
  • Add one of them back in for bpcs only
    • Clean out old logfiles that are big after a day
Location:
ccsd/private/templates/network/cfconf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ccsd/private/templates/network/cfconf/cf_crcnetbpc.tmpl

    r1168 r1206  
    6767        /var/lib/cfengine2/ppkeys/cfengine-$(policyip).pub r=0 mode=0644 
    6868            action=create inform=true define=setup_cfengine_user_key 
     69 
     70tidy: 
     71 
     72    any:: 
     73        # Big logfiles more than a day old 
     74        /var/log/ r=inf pattern=* size=500k age=1 
    6975         
    7076packages: 
  • ccsd/private/templates/network/cfconf/update_conf.tmpl

    r1072 r1206  
    115115 
    116116##################################################################### 
    117 # 
    118 # Make sure we don't have lots of cruft lying around 
    119  
    120 tidy: 
    121  
    122     any:: 
    123         # Cfengine output 
    124         $(workdir)/outputs pattern=* age=7 
    125         # Temporary files 
    126         /tmp pattern=* age=1 
    127         # Big logfiles more than a day old 
    128         /var/log/ r=inf pattern=* size=500k age=1 
    129  
    130 ##################################################################### 
    131117processes: 
    132118 
Note: See TracChangeset for help on using the changeset viewer.