/[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 1704 by boklm, Mon Jun 6 21:19:24 2011 UTC revision 1705 by misc, Tue Jun 7 01:29:14 2011 UTC
# Line 74  class mirror { Line 74  class mirror {
74          }          }
75      }      }
76    
77      class mirrormageia inherits base {      class mageia inherits base {
78          mirrordir { "mageia":          mirrordir { "mageia":
79              remoteurl => "rsync://rsync.$domain/mageia",              remoteurl => "rsync://rsync.$domain/mageia",
80              localdir => '/distrib/mageia',              localdir => '/distrib/mageia',
81          }          }
82      }      }
83    
84      class mirrornewrelease inherits base {      class newrelease inherits base {
85          mirrordir { "newrelease":          mirrordir { "newrelease":
86              remoteurl => "rsync://rsync.$domain/newrelease",              remoteurl => "rsync://rsync.$domain/newrelease",
87              localdir => '/distrib/newrelease',              localdir => '/distrib/newrelease',
88          }          }
89      }      }
90    
91      class mirrormdv2010spring inherits base {      class mdv2010spring inherits base {
92          mirrordir { "mdv2010.1":          mirrordir { "mdv2010.1":
93              remoteurl => "rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/MandrivaLinux/official/2010.1",              remoteurl => "rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/MandrivaLinux/official/2010.1",
94              localdir => '/distrib/mandriva/',              localdir => '/distrib/mandriva/',

Legend:
Removed from v.1704  
changed lines
  Added in v.1705

  ViewVC Help
Powered by ViewVC 1.1.30