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

Diff of /puppet/modules/mga-mirrors/manifests/init.pp

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

revision 1910 by tmb, Thu May 19 19:08:10 2011 UTC revision 1911 by boklm, Mon Aug 1 14:14:19 2011 UTC
# Line 27  class mga-mirrors { Line 27  class mga-mirrors {
27          content => template("mga-mirrors/mga-mirrors.ini"),          content => template("mga-mirrors/mga-mirrors.ini"),
28          require => Package['mga-mirrors']          require => Package['mga-mirrors']
29      }      }
30    
31        file { "/etc/cron.d/mga_mirrors":
32            ensure => "present",
33            owner => root,
34            group => root,
35            content => template("mga-mirrors/cron-mga_mirrors"),
36            require => Package['mga-mirrors']
37        }
38  }  }

Legend:
Removed from v.1910  
changed lines
  Added in v.1911

  ViewVC Help
Powered by ViewVC 1.1.30