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

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

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

revision 595 by misc, Tue Dec 14 11:30:03 2010 UTC revision 948 by misc, Wed Feb 2 23:18:03 2011 UTC
# Line 58  class puppet { Line 58  class puppet {
58              group => root,              group => root,
59              mode => 644,              mode => 644,
60              content => template("puppet/tagmail.conf"),              content => template("puppet/tagmail.conf"),
61         }          }
62            
63            tidy { "/var/lib/puppet/reports":
64                age     => "1m",
65                matches => "*.yaml",
66                recurse => true,
67                type    => "mtime",
68            }
69    
70      }      }
71  }  }

Legend:
Removed from v.595  
changed lines
  Added in v.948

  ViewVC Help
Powered by ViewVC 1.1.30