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

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

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

revision 44 by nanardon, Wed Oct 27 00:09:14 2010 UTC revision 45 by misc, Wed Oct 27 16:01:48 2010 UTC
# Line 9  class mirror { Line 9  class mirror {
9          content => template("mirror/update_timestamp")          content => template("mirror/update_timestamp")
10      }      }
11    
12      file { "mirror.cron":      cron { mirror:
13          path => "/etc/cron.d/mirror",          user => mirror,
14          ensure => present,          hour => 10,
15          owner => root,          minute => 14,
16          group => root,          command => "~mirror/bin/update_timestamp",
         mode => 644,  
17          require => File["update_timestamp"],          require => File["update_timestamp"],
         content => template("mirror/cron")  
18      }      }
19    
20  }  }

Legend:
Removed from v.44  
changed lines
  Added in v.45

  ViewVC Help
Powered by ViewVC 1.1.30