[Mageia-sysadm] [871] do not hardcode our domain name

root at mageia.org root at mageia.org
Fri Jan 21 15:10:23 CET 2011


Revision: 871
Author:   misc
Date:     2011-01-21 15:10:22 +0100 (Fri, 21 Jan 2011)
Log Message:
-----------
do not hardcode our domain name

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

Modified: puppet/modules/mirror/manifests/init.pp
===================================================================
--- puppet/modules/mirror/manifests/init.pp	2011-01-21 11:20:39 UTC (rev 870)
+++ puppet/modules/mirror/manifests/init.pp	2011-01-21 14:10:22 UTC (rev 871)
@@ -77,14 +77,14 @@
 
     class mirrorbootstrap inherits base {
     	mirrordir { "bootstrap":
-	    remoteurl => 'rsync://rsync.mageia.org/bootstrap',
+	    remoteurl => "rsync://rsync.$domain.org/bootstrap",
 	    localdir => '/distrib/bootstrap',
 	}
     }
 
     class mirrormageia inherits base {
     	mirrordir { "mageia":
-	    remoteurl => 'rsync://rsync.mageia.org/mageia',
+	    remoteurl => "rsync://rsync.$domain/mageia",
 	    localdir => '/distrib/mageia',
 	}
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110121/223d240d/attachment.html>


More information about the Mageia-sysadm mailing list