aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mirror/manifests/mageia.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/mageia.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/mageia.pp')
-rw-r--r--modules/mirror/manifests/mageia.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/mirror/manifests/mageia.pp b/modules/mirror/manifests/mageia.pp
new file mode 100644
index 00000000..e3e4d9b1
--- /dev/null
+++ b/modules/mirror/manifests/mageia.pp
@@ -0,0 +1,7 @@
+class mirror::mageia {
+ include mirrors::base
+ mirrordir { 'mageia':
+ remoteurl => "rsync://rsync.$::domain/mageia",
+ localdir => '/distrib/mageia',
+ }
+}