From 4cce1bcb171e39357e5db9472aa7a29ddd5fec31 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Fri, 21 Jan 2011 14:53:38 +0000 Subject: fix error in url (noticed by jq) --- modules/mirror/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mirror/manifests') 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', } } -- cgit v1.2.1