aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mirror/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mirror/manifests')
-rw-r--r--modules/mirror/manifests/init.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/mirror/manifests/init.pp b/modules/mirror/manifests/init.pp
index 33d4183c..b03899bd 100644
--- a/modules/mirror/manifests/init.pp
+++ b/modules/mirror/manifests/init.pp
@@ -88,6 +88,13 @@ class mirror {
}
}
+ class mirrornewrelease inherits base {
+ mirrordir { "newrelease":
+ remoteurl => "rsync://rsync.$domain/newrelease",
+ localdir => '/distrib/newrelease',
+ }
+ }
+
class mirrormdv2010spring inherits base {
mirrordir { "mdv2010.1":
remoteurl => "rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/MandrivaLinux/official/2010.1",