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

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

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

revision 1702 by blino, Sat May 28 12:57:06 2011 UTC revision 1703 by blino, Mon Jun 6 21:24:12 2011 UTC
# Line 45  class draklive { Line 45  class draklive {
45              hour => "4",              hour => "4",
46              minute => "30",              minute => "30",
47          }          }
48    
49            file { "/usr/local/bin/clean-live.sh":
50                ensure => present,
51                owner => root,
52                group => root,
53                mode => 755,
54                source => "puppet:///modules/draklive/clean-live.sh",
55            }
56        
57            cron { "clean live build data":
58                command => "/usr/local/bin/clean-live.sh",
59                hour => "4",
60                minute => "20",
61            }
62      }      }
63  }  }

Legend:
Removed from v.1702  
changed lines
  Added in v.1703

  ViewVC Help
Powered by ViewVC 1.1.30