aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mirror
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-01-21 14:53:38 +0000
committerNicolas Vigier <boklm@mageia.org>2011-01-21 14:53:38 +0000
commit4cce1bcb171e39357e5db9472aa7a29ddd5fec31 (patch)
tree9ca2eee5c72fc0570218fc3ce7035e4fb84ce265 /modules/mirror
parent5a91945ff0467ccae13b189634381205b9fb95d9 (diff)
downloadpuppet-4cce1bcb171e39357e5db9472aa7a29ddd5fec31.tar
puppet-4cce1bcb171e39357e5db9472aa7a29ddd5fec31.tar.gz
puppet-4cce1bcb171e39357e5db9472aa7a29ddd5fec31.tar.bz2
puppet-4cce1bcb171e39357e5db9472aa7a29ddd5fec31.tar.xz
puppet-4cce1bcb171e39357e5db9472aa7a29ddd5fec31.zip
fix error in url (noticed by jq)
Diffstat (limited to 'modules/mirror')
-rw-r--r--modules/mirror/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mirror/manifests/init.pp b/modules/mirror/manifests/init.pp
index 8dad37e6..92cf953a 100644
--- a/modules/mirror/manifests/init.pp
+++ b/modules/mirror/manifests/init.pp
@@ -77,7 +77,7 @@ class mirror {
class mirrorbootstrap inherits base {
mirrordir { "bootstrap":
- remoteurl => "rsync://rsync.$domain.org/bootstrap",
+ remoteurl => "rsync://rsync.$domain/bootstrap",
localdir => '/distrib/bootstrap',
}
}