From 666a162bc8b98d35e8c11016433168b0506d203d Mon Sep 17 00:00:00 2001
From: David Shrewsbury <shrewsbury.dave@gmail.com>
Date: Mon, 21 May 2012 17:39:20 -0400
Subject: [PATCH] Change default to follow index pages as well.

Change-Id: I4619072520a1a09ebf2218ade8a19ac84056a5c9
---
 modules/pypimirror/manifests/init.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/pypimirror/manifests/init.pp b/modules/pypimirror/manifests/init.pp
index e4a5cdbe08..4815c98a39 100644
--- a/modules/pypimirror/manifests/init.pp
+++ b/modules/pypimirror/manifests/init.pp
@@ -4,7 +4,7 @@ class pypimirror ( $base_url,
                    $fetch_since_days = 1,
                    $package_matches = ["*"],
                    $external_links = true,
-                   $follow_external_index_pages = false )
+                   $follow_external_index_pages = true )
 {
 
   if $external_links == true {