aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mirror/manifests/mdv2010spring.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-19 16:46:00 +0000
committerMichael Scherer <misc@mageia.org>2012-03-19 16:46:00 +0000
commit93da31439ab2fee7de4412c86622d5f0c84cf376 (patch)
tree56c79ad53b93bfe1064497a368b035fa9201cc91 /modules/mirror/manifests/mdv2010spring.pp
parent0c0d54460c4f817f5111d3a131e1e9277e98c242 (diff)
downloadpuppet-93da31439ab2fee7de4412c86622d5f0c84cf376.tar
puppet-93da31439ab2fee7de4412c86622d5f0c84cf376.tar.gz
puppet-93da31439ab2fee7de4412c86622d5f0c84cf376.tar.bz2
puppet-93da31439ab2fee7de4412c86622d5f0c84cf376.tar.xz
puppet-93da31439ab2fee7de4412c86622d5f0c84cf376.zip
split mirror classes into separate file
Diffstat (limited to 'modules/mirror/manifests/mdv2010spring.pp')
-rw-r--r--modules/mirror/manifests/mdv2010spring.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/mirror/manifests/mdv2010spring.pp b/modules/mirror/manifests/mdv2010spring.pp
new file mode 100644
index 00000000..51a67284
--- /dev/null
+++ b/modules/mirror/manifests/mdv2010spring.pp
@@ -0,0 +1,7 @@
+class mirror::mdv2010spring {
+ include mirror::base
+ mirrordir { 'mdv2010.1':
+ remoteurl => 'rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/MandrivaLinux/official/2010.1',
+ localdir => '/distrib/mandriva/',
+ }
+}