Seth Vidal 65976d9
--- yum/config.py~	2008-03-04 16:21:49.000000000 -0500
Seth Vidal 65976d9
+++ yum/config.py	2008-03-04 16:21:49.000000000 -0500
Seth Vidal 65976d9
@@ -582,7 +582,7 @@
Seth Vidal 65976d9
 
Seth Vidal 65976d9
     commands = ListOption()
Seth Vidal 65976d9
     exclude = ListOption()
Seth Vidal 65976d9
-    failovermethod = Option('roundrobin')
Seth Vidal 65976d9
+    failovermethod = Option('priority')
Seth Vidal 65976d9
     proxy = UrlOption(schemes=('http', 'ftp', 'https'), allow_none=True)
Seth Vidal 65976d9
     proxy_username = Option()
Seth Vidal 65976d9
     proxy_password = Option()