/[adm]/puppet/modules/buildsystem/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/buildsystem/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1492 by boklm, Thu Apr 7 18:57:51 2011 UTC revision 1511 by pterjan, Mon Apr 11 09:13:02 2011 UTC
# Line 182  class buildsystem { Line 182  class buildsystem {
182              owner => $sched_login,              owner => $sched_login,
183              group => $sched_login,              group => $sched_login,
184          }          }
185            
186            tidy { "$sched_home_dir/uploads/":
187                age     => "2w",
188                recurse => true,
189                type    => "ctime",
190            }
191    
192          tidy { "$packages_archivedir":          tidy { "$packages_archivedir":
193              age     => "1w",              age     => "1w",

Legend:
Removed from v.1492  
changed lines
  Added in v.1511

  ViewVC Help
Powered by ViewVC 1.1.30