[Mageia-sysadm] [857] use service name rather than hostname

root at mageia.org root at mageia.org
Wed Jan 19 17:08:40 CET 2011


Revision: 857
Author:   misc
Date:     2011-01-19 17:08:39 +0100 (Wed, 19 Jan 2011)
Log Message:
-----------
use service name rather than hostname

Modified Paths:
--------------
    puppet/modules/mirror/manifests/init.pp

Modified: puppet/modules/mirror/manifests/init.pp
===================================================================
--- puppet/modules/mirror/manifests/init.pp	2011-01-19 01:30:40 UTC (rev 856)
+++ puppet/modules/mirror/manifests/init.pp	2011-01-19 16:08:39 UTC (rev 857)
@@ -77,14 +77,14 @@
 
     class mirrorbootstrap inherits base {
     	mirrordir { "bootstrap":
-	    remoteurl => 'rsync://valstar.mageia.org/bootstrap',
+	    remoteurl => 'rsync://rsync.mageia.org/bootstrap',
 	    localdir => '/distrib/bootstrap',
 	}
     }
 
     class mirrormageia inherits base {
     	mirrordir { "mageia":
-	    remoteurl => 'rsync://valstar.mageia.org/mageia',
+	    remoteurl => 'rsync://rsync.mageia.org/mageia',
 	    localdir => '/distrib/mageia',
 	}
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110119/2fc3bd5b/attachment.html>


More information about the Mageia-sysadm mailing list